Merge branch '3.99' into 4.0

This commit is contained in:
Steve Gravrock
2021-09-20 15:57:37 -07:00

View File

@@ -1360,6 +1360,10 @@ describe('Env integration', function() {
});
it('should wait a custom interval before reporting async functions that fail to complete', function(done) {
if (jasmine.getEnv().skipBrowserFlake) {
jasmine.getEnv().skipBrowserFlake();
}
createMockedEnv();
var reporter = jasmine.createSpyObj('fakeReport', [
'jasmineDone',