Skip to content

Commit 3066837

Browse files
committedFeb 11, 2016
Disable promise_test
These promise-based tests all flake on IE. E.g., https://travis-ci.org/google/closure-library/builds/108424512.
1 parent 6a83c4c commit 3066837

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎protractor_spec.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ var IGNORED_TESTS = [
1616
'closure/goog/testing/fs/integration_test.html',
1717
'closure/goog/debug/fpsdisplay_test.html',
1818
'closure/goog/net/jsloader_test.html',
19-
'closure/goog/net/filedownloader_test.html'
19+
'closure/goog/net/filedownloader_test.html',
20+
'closure/goog/promise/promise_test.html'
2021
];
2122

2223
describe('Run all Closure unit tests', function() {

0 commit comments

Comments
 (0)