X Tutup
Skip to content

Commit ee298ba

Browse files
committed
test(router): disable a flaky test
1 parent d1abada commit ee298ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/angular2/test/router/router_spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ export function main() {
100100
}));
101101

102102
// See https://github.com/angular/angular/issues/5590
103-
it('should replace history when triggered by a hashchange with a redirect',
103+
// 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',
104106
inject([AsyncTestCompleter], (async) => {
105107
var outlet = makeDummyOutlet();
106108

0 commit comments

Comments
 (0)
X Tutup