skip flaky tests (#10633)

This commit is contained in:
Dan Field 2019-08-05 10:22:43 -07:00 committed by GitHub
parent fcbb079921
commit 2ccfd9e562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -601,6 +601,7 @@ TEST_F(ShellTest, WaitForFirstFrameInlined) {
}
TEST_F(ShellTest, SetResourceCacheSize) {
GTEST_SKIP() << "These tests are flaky, need to investigate why";
Settings settings = CreateSettingsForFixture();
auto task_runner = GetThreadTaskRunner();
TaskRunners task_runners("test", task_runner, task_runner, task_runner,
@ -654,6 +655,7 @@ TEST_F(ShellTest, SetResourceCacheSize) {
}
TEST_F(ShellTest, SetResourceCacheSizeEarly) {
GTEST_SKIP() << "These tests are flaky, need to investigate why";
Settings settings = CreateSettingsForFixture();
auto task_runner = GetThreadTaskRunner();
TaskRunners task_runners("test", task_runner, task_runner, task_runner,
@ -682,6 +684,7 @@ TEST_F(ShellTest, SetResourceCacheSizeEarly) {
}
TEST_F(ShellTest, SetResourceCacheSizeNotifiesDart) {
GTEST_SKIP() << "These tests are flaky, need to investigate why";
Settings settings = CreateSettingsForFixture();
auto task_runner = GetThreadTaskRunner();
TaskRunners task_runners("test", task_runner, task_runner, task_runner,