Skip to content

Commit

Permalink
Disable ServiceWorkerHandleTest.DispatchExtendableMessageEvent_*
Browse files Browse the repository at this point in the history
Bug: 820620
Change-Id: I5f33231f7b7c8495bae2b3faf04085bfa8152ab5
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/957710
Commit-Queue: Hongchan Choi <[email protected]>
Reviewed-by: Marijn Kruisselbrink <[email protected]>
Cr-Commit-Position: refs/heads/master@{#542286}
  • Loading branch information
hoch authored and Commit Bot committed Mar 9, 2018
1 parent d462053 commit fe5faf9
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ TEST_F(ServiceWorkerHandleTest,
EXPECT_EQ(remaining_time, version_->remaining_timeout());
}

TEST_F(ServiceWorkerHandleTest, DispatchExtendableMessageEvent_FromClient) {
// Constantly fails on Android/Linux CFI builder. http://crbug.com/820620
TEST_F(ServiceWorkerHandleTest,
DISABLED_DispatchExtendableMessageEvent_FromClient) {
const int64_t kProviderId = 99;
const GURL pattern("https://www.example.com/");
const GURL script_url("https://www.example.com/service_worker.js");
Expand Down Expand Up @@ -381,7 +383,8 @@ TEST_F(ServiceWorkerHandleTest, DispatchExtendableMessageEvent_FromClient) {
events[0]->source_info_for_client->client_type);
}

TEST_F(ServiceWorkerHandleTest, DispatchExtendableMessageEvent_Fail) {
// Constantly fails on Android/Linux CFI builder. http://crbug.com/820620
TEST_F(ServiceWorkerHandleTest, DISABLED_DispatchExtendableMessageEvent_Fail) {
const int64_t kProviderId = 99;
const GURL pattern("https://www.example.com/");
const GURL script_url("https://www.example.com/service_worker.js");
Expand Down

0 comments on commit fe5faf9

Please sign in to comment.