未验证 提交 193bb355 编写于 作者: L liyuqian 提交者: GitHub

Disable OnServiceProtocolGetSkSLsWorks in Fuchsia (#17361)

上级 141d2ea0
...@@ -1132,8 +1132,7 @@ TEST_F(ShellTest, CanDecompressImageFromAsset) { ...@@ -1132,8 +1132,7 @@ TEST_F(ShellTest, CanDecompressImageFromAsset) {
DestroyShell(std::move(shell)); DestroyShell(std::move(shell));
} }
// TODO(53399): Re-enable once it passes on Fuchsia. TEST_F(ShellTest, OnServiceProtocolGetSkSLsWorks) {
TEST_F(ShellTest, DISABLED_OnServiceProtocolGetSkSLsWorks) {
// Create 2 dummpy SkSL cache file IE (base32 encoding of A), II (base32 // Create 2 dummpy SkSL cache file IE (base32 encoding of A), II (base32
// encoding of B) with content x and y. // encoding of B) with content x and y.
fml::ScopedTemporaryDirectory temp_dir; fml::ScopedTemporaryDirectory temp_dir;
......
...@@ -71,8 +71,10 @@ done ...@@ -71,8 +71,10 @@ done
-f runtime_tests-0.far \ -f runtime_tests-0.far \
-t runtime_tests -t runtime_tests
# TODO(https://github.com/flutter/flutter/issues/53399): Re-enable
# OnServiceProtocolGetSkSLsWorks once it passes on Fuchsia.
./fuchsia_ctl -d $device_name test \ ./fuchsia_ctl -d $device_name test \
-f shell_tests-0.far \ -f shell_tests-0.far \
-t shell_tests \ -t shell_tests \
-a "--gtest_filter=-ShellTest.CacheSkSLWorks:ShellTest.SetResourceCacheSize*" -a "--gtest_filter=-ShellTest.CacheSkSLWorks:ShellTest.SetResourceCacheSize*:ShellTest.OnServiceProtocolGetSkSLsWorks"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册