Skip to content

Commit ae0ccbc

Browse files
add 2nd test during filter
1 parent 7c2e9f5 commit ae0ccbc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/compass-e2e-tests/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ async function main() {
8282
}
8383
});
8484

85-
tests = tests.filter((test) => test === 'tests/no-network-traffic.test.ts');
85+
tests = tests.filter(
86+
(test) =>
87+
test === 'tests/collection-indexes-tab.test.ts' ||
88+
test === 'tests/no-network-traffic.test.ts'
89+
);
8690

8791
debug('Test files:', tests);
8892

0 commit comments

Comments
 (0)