test(router): disable a flaky test

This commit is contained in:
vsavkin 2016-02-25 10:21:53 -08:00
parent d1abada5b7
commit ee298baa1b
1 changed files with 3 additions and 1 deletions

View File

@ -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();