Fixed flake list
This commit is contained in:
@@ -1382,6 +1382,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',
|
||||||
@@ -2955,10 +2959,6 @@ describe('Env integration', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('provides custom equality testers to async matchers', function(done) {
|
it('provides custom equality testers to async matchers', function(done) {
|
||||||
if (jasmine.getEnv().skipBrowserFlake) {
|
|
||||||
jasmine.getEnv().skipBrowserFlake();
|
|
||||||
}
|
|
||||||
|
|
||||||
jasmine.getEnv().requirePromises();
|
jasmine.getEnv().requirePromises();
|
||||||
|
|
||||||
var specDone = jasmine.createSpy('specDone');
|
var specDone = jasmine.createSpy('specDone');
|
||||||
|
|||||||
Reference in New Issue
Block a user