Skip to content

Commit

Permalink
[AW NS] Update filter, use dots instead of #.
Browse files Browse the repository at this point in the history
Update filter to use "." everywhere and make sure the tests
are actually picked up by the bots.

Cq-Include-Trybots: master.tryserver.chromium.android:android_mojo
TBR=tobiasjs@chromium.org
NOTRY=true

Change-Id: I04c8cd4a353d5c1e8cde90339efacddb7aa09091
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511413
Reviewed-by: Tim Volodine <timvolodine@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Auto-Submit: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638980}
  • Loading branch information
Tim Volodine authored and Commit Bot committed Mar 8, 2019
1 parent 0830dc1 commit 72565ba
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

# Flaky tests on android_mojo and android_mojo_rel bots
# https://crbug.com/936757, https://crbug.com/939355
-org.chromium.android_webview.test.AwContentsClientFullScreenTest#testOnShowCustomViewAndPlayWithHtmlControl_videoInsideDiv
-org.chromium.android_webview.test.AwContentsClientFullScreenTest#testPowerSaveBlockerIsEnabledDuringEmbeddedPlayback
-org.chromium.android_webview.test.AwContentsClientFullScreenTest#testPowerSaveBlockerIsTransferredToEmbedded
-org.chromium.android_webview.test.AwContentsClientFullScreenTest#testPowerSaveBlockerIsTransferredToFullscreen
-org.chromium.android_webview.test.AwContentsClientFullScreenTest#testPowerSaveBlockerIsEnabledDuringFullscreenPlayback_videoInsideDiv
-org.chromium.android_webview.test.AwContentsClientFullScreenTest.testOnShowCustomViewAndPlayWithHtmlControl_videoInsideDiv
-org.chromium.android_webview.test.AwContentsClientFullScreenTest.testPowerSaveBlockerIsEnabledDuringEmbeddedPlayback
-org.chromium.android_webview.test.AwContentsClientFullScreenTest.testPowerSaveBlockerIsTransferredToEmbedded
-org.chromium.android_webview.test.AwContentsClientFullScreenTest.testPowerSaveBlockerIsTransferredToFullscreen
-org.chromium.android_webview.test.AwContentsClientFullScreenTest.testPowerSaveBlockerIsEnabledDuringFullscreenPlayback_videoInsideDiv

0 comments on commit 72565ba

Please sign in to comment.