Merge branch '3.99' into 4.0
This commit is contained in:
@@ -1360,6 +1360,10 @@ describe('Env integration', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should wait a custom interval before reporting async functions that fail to complete', function(done) {
|
it('should wait a custom interval before reporting async functions that fail to complete', function(done) {
|
||||||
|
if (jasmine.getEnv().skipBrowserFlake) {
|
||||||
|
jasmine.getEnv().skipBrowserFlake();
|
||||||
|
}
|
||||||
|
|
||||||
createMockedEnv();
|
createMockedEnv();
|
||||||
var reporter = jasmine.createSpyObj('fakeReport', [
|
var reporter = jasmine.createSpyObj('fakeReport', [
|
||||||
'jasmineDone',
|
'jasmineDone',
|
||||||
|
|||||||
Reference in New Issue
Block a user