Commit bb4ac813 authored by David Tseng's avatar David Tseng Committed by Chromium LUCI CQ

Re-enable ChromeVox download tests

These tests appear to be stable on release and debug.

R=akihiroota@chromium.org

Bug: none
Change-Id: I838022efab03c267f27e68b642ca3c0749935b37
AX-Relnotes: n/a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587689
Commit-Queue: David Tseng <dtseng@chromium.org>
Commit-Queue: Akihiro Ota <akihiroota@chromium.org>
Auto-Submit: David Tseng <dtseng@chromium.org>
Reviewed-by: default avatarAkihiro Ota <akihiroota@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836365}
parent ffc53499
...@@ -199,8 +199,7 @@ TEST_F('ChromeVoxDownloadTest', 'DownloadResumedTest', function() { ...@@ -199,8 +199,7 @@ TEST_F('ChromeVoxDownloadTest', 'DownloadResumedTest', function() {
}); });
TEST_F( TEST_F(
'ChromeVoxDownloadTest', 'DISABLED_DownloadOneSecondRemainingTest', 'ChromeVoxDownloadTest', 'DownloadOneSecondRemainingTest', function() {
function() {
localStorage['announceDownloadNotifications'] = 'true'; localStorage['announceDownloadNotifications'] = 'true';
this.addFakeApi('second'); this.addFakeApi('second');
const mockFeedback = this.createMockFeedback(); const mockFeedback = this.createMockFeedback();
...@@ -224,7 +223,7 @@ TEST_F( ...@@ -224,7 +223,7 @@ TEST_F(
}); });
TEST_F( TEST_F(
'ChromeVoxDownloadTest', 'DISABLED_DownloadMultipleSecondsRemainingTest', 'ChromeVoxDownloadTest', 'DownloadMultipleSecondsRemainingTest',
function() { function() {
localStorage['announceDownloadNotifications'] = 'true'; localStorage['announceDownloadNotifications'] = 'true';
this.addFakeApi('seconds'); this.addFakeApi('seconds');
...@@ -249,8 +248,7 @@ TEST_F( ...@@ -249,8 +248,7 @@ TEST_F(
}); });
TEST_F( TEST_F(
'ChromeVoxDownloadTest', 'DISABLED_DownloadOneMinuteRemainingTest', 'ChromeVoxDownloadTest', 'DownloadOneMinuteRemainingTest', function() {
function() {
localStorage['announceDownloadNotifications'] = 'true'; localStorage['announceDownloadNotifications'] = 'true';
this.addFakeApi('minute'); this.addFakeApi('minute');
const mockFeedback = this.createMockFeedback(); const mockFeedback = this.createMockFeedback();
...@@ -274,7 +272,7 @@ TEST_F( ...@@ -274,7 +272,7 @@ TEST_F(
}); });
TEST_F( TEST_F(
'ChromeVoxDownloadTest', 'DISABLED_DownloadMultipleMinutesRemainingTest', 'ChromeVoxDownloadTest', 'DownloadMultipleMinutesRemainingTest',
function() { function() {
localStorage['announceDownloadNotifications'] = 'true'; localStorage['announceDownloadNotifications'] = 'true';
this.addFakeApi('minutes'); this.addFakeApi('minutes');
...@@ -299,8 +297,7 @@ TEST_F( ...@@ -299,8 +297,7 @@ TEST_F(
}); });
TEST_F( TEST_F(
'ChromeVoxDownloadTest', 'DISABLED_DownloadOneHourRemainingTest', 'ChromeVoxDownloadTest', 'DownloadOneHourRemainingTest', function() {
function() {
localStorage['announceDownloadNotifications'] = 'true'; localStorage['announceDownloadNotifications'] = 'true';
this.addFakeApi('hour'); this.addFakeApi('hour');
const mockFeedback = this.createMockFeedback(); const mockFeedback = this.createMockFeedback();
...@@ -324,8 +321,7 @@ TEST_F( ...@@ -324,8 +321,7 @@ TEST_F(
}); });
TEST_F( TEST_F(
'ChromeVoxDownloadTest', 'DISABLED_DownloadMultipleHoursRemainingTest', 'ChromeVoxDownloadTest', 'DownloadMultipleHoursRemainingTest', function() {
function() {
localStorage['announceDownloadNotifications'] = 'true'; localStorage['announceDownloadNotifications'] = 'true';
this.addFakeApi('hours'); this.addFakeApi('hours');
const mockFeedback = this.createMockFeedback(); const mockFeedback = this.createMockFeedback();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment