Skip to content

Commit fb3845c

Browse files
committed
add ticket number
1 parent b272bb6 commit fb3845c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass-e2e-tests/tests/time-to-first-query.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ describe('Time to first query', function () {
5555
// start compass inside the test so that the time is measured together
5656

5757
if (process.platform === 'win32') {
58-
// this test is extremely flaky on Windows inside Github Actions (ie. the smoke tests)
58+
// TODO(COMPASS-9554) This test is extremely flaky on Windows inside
59+
// Github Actions (ie. the smoke tests)
5960
this.skip();
6061
}
6162

0 commit comments

Comments
 (0)