Skip to content

Commit 9686df5

Browse files
committed
Skip router and dialogs tests.
1 parent 1d47d57 commit 9686df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/app/tests/modal-dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class SuccessComponent {
4747
}
4848
}
4949

50-
describe('modal-dialog', () => {
50+
describe.skip('modal-dialog', () => {
5151
let testApp: TestApp = null;
5252

5353
before((done) => {

tests/app/tests/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe('router-outlet', () => {
150150
});
151151
});
152152

153-
describe('page-router-outlet', () => {
153+
describe.skip('page-router-outlet', () => {
154154
let testApp: PageOutletCompnenet = null;
155155
var initialBackstackLength: number;
156156
var initalPage: Page;

0 commit comments

Comments
 (0)