chore(ci): deflake test and turn on saucelabs_required

Fixes #6725

Closes #6733
This commit is contained in:
Marc Laval 2016-01-27 23:39:47 +01:00
parent 68a799af2e
commit fc5b128b43
2 changed files with 1 additions and 3 deletions

View File

@ -54,8 +54,6 @@ matrix:
- env: "MODE=browserstack_optional DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
# TODO(alxhub): remove when dartdoc #1039 is in dev channel
- env: "MODE=dart DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
# TODO: move back once issue #6725 is resolved.
- env: "MODE=saucelabs_required DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION"
addons:
firefox: "38.0"

View File

@ -325,7 +325,7 @@ export function main() {
done();
});
restoreJasmineIt();
});
}, 10000);
describe('using beforeEachProviders', () => {
beforeEachProviders(() => [bind(FancyService).toValue(new FancyService())]);