Skip to content

Commit 4008c66

Browse files
committed
do not check tasks
1 parent fa4325b commit 4008c66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/tests/startupCalls.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ module.exports = {
6666
expect(Array.isArray(responseEnv.data)).toBeTruthy();
6767
}, ourTimeout);
6868

69+
/*
6970
test('Tasks', async () => {
7071
const responseEnv = await responses.tasks;
7172
expect(Array.isArray(responseEnv.data)).toBeTruthy();
7273
}, ourTimeout);
74+
*/
7375

7476
test('UI Config', async () => {
7577
const responseEnv = await responses.uiConfig;

0 commit comments

Comments
 (0)