Skip to content

Commit bfedfaa

Browse files
Merge pull request #72 from angular/master
Update upstream
2 parents fa31c25 + b0815a7 commit bfedfaa

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

scripts/travis/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ export SAUCE_ACCESS_KEY
1111
BROWSER_STACK_ACCESS_KEY=$(echo "$BROWSER_STACK_ACCESS_KEY" | rev)
1212
SAUCE_ACCESS_KEY=$(echo "$SAUCE_ACCESS_KEY" | rev)
1313

14+
# TODO: restore "SL_EDGE-1" once Sauce Labs adds Edge 17 and "SL_EDGE-1" refers
15+
# to version 16. Edge 15 disconnects from Karma frequently causing extreme build instability.
1416
BROWSERS="SL_Chrome,SL_Chrome-1,\
1517
SL_Firefox,SL_Firefox-1,\
1618
SL_Safari,SL_Safari-1,\
1719
SL_iOS_10,SL_iOS_11,\
1820
SL_IE_9,SL_IE_10,SL_IE_11,\
19-
SL_EDGE,SL_EDGE-1"
21+
SL_EDGE"
2022

2123
case "$JOB" in
2224
"ci-checks")

test/ngMock/angular-mocksSpec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,10 +3123,6 @@ describe('sharedInjector', function() {
31233123
define();
31243124
sdescribe.root.run();
31253125
} finally {
3126-
// avoid failing testability for the additional
3127-
// injectors etc created
3128-
angular.element.cache = {};
3129-
31303126
// clear up
31313127
module.$$beforeAllHook = null;
31323128
module.$$afterAllHook = null;

0 commit comments

Comments
 (0)