Skip to content

Commit ef457ca

Browse files
committed
Disable crossdomainrpc_test
Flaky on IE
1 parent 40d7aad commit ef457ca

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
@@ -18,7 +18,8 @@ var IGNORED_TESTS = [
1818
'closure/goog/net/jsloader_test.html',
1919
'closure/goog/net/filedownloader_test.html',
2020
'closure/goog/promise/promise_test.html',
21-
'closure/goog/editor/plugins/abstractdialogplugin_test.html'
21+
'closure/goog/editor/plugins/abstractdialogplugin_test.html',
22+
'closure/goog/net/crossdomainrpc_test.html'
2223
];
2324

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

0 commit comments

Comments
 (0)