test(router): disable a flaky test
This commit is contained in:
parent
d1abada5b7
commit
ee298baa1b
|
@ -100,7 +100,9 @@ export function main() {
|
|||
}));
|
||||
|
||||
// See https://github.com/angular/angular/issues/5590
|
||||
it('should replace history when triggered by a hashchange with a redirect',
|
||||
// This test is disabled because it is flaky.
|
||||
// TODO: bford. make this test not flaky and reenable it.
|
||||
xit('should replace history when triggered by a hashchange with a redirect',
|
||||
inject([AsyncTestCompleter], (async) => {
|
||||
var outlet = makeDummyOutlet();
|
||||
|
||||
|
|
Loading…
Reference in New Issue