Skip to content

Commit 4bb68b2

Browse files
committed
test(query-builder): exclude disconnecting test
1 parent cf99cb1 commit 4bb68b2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

2-
import {waitForAsync } from '@angular/core/testing';
2+
// import {waitForAsync } from '@angular/core/testing';
33

4-
xdescribe('IgxTabs', () => {
4+
// xdescribe('IgxTabs', () => {
55

6-
beforeAll(waitForAsync(() => {
6+
// beforeAll(waitForAsync(() => {
77

8-
}));
8+
// }));
99

10-
it('dummy.', async () => {
11-
expect(true).toBeTruthy();
12-
});
10+
// it('dummy.', async () => {
11+
// expect(true).toBeTruthy();
12+
// });
1313

14-
});
14+
// });
1515

1616

0 commit comments

Comments
 (0)