Skip to content

Commit 7b18626

Browse files
authored
Disabling flaky test on windows (#6122)
1 parent 1e4d802 commit 7b18626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
# - npm run test:import-export # Fails becuase port 4000 is taken after first run - hub not shutting down?
145145
# - npm run test:extensions-emulator # Fails due to cannot find module sharp (not waiting for npm install?)
146146
- npm run test:functions-discover
147-
- npm run test:triggers-end-to-end
147+
# - npm run test:triggers-end-to-end
148148
- npm run test:triggers-end-to-end:inspect
149149
- npm run test:storage-deploy
150150
# - npm run test:storage-emulator-integration

0 commit comments

Comments
 (0)