We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1abada commit ee298baCopy full SHA for ee298ba
modules/angular2/test/router/router_spec.ts
@@ -100,7 +100,9 @@ export function main() {
100
}));
101
102
// See https://github.com/angular/angular/issues/5590
103
- it('should replace history when triggered by a hashchange with a redirect',
+ // This test is disabled because it is flaky.
104
+ // TODO: bford. make this test not flaky and reenable it.
105
+ xit('should replace history when triggered by a hashchange with a redirect',
106
inject([AsyncTestCompleter], (async) => {
107
var outlet = makeDummyOutlet();
108
0 commit comments