9292 - script : ./scripts/test-integration.sh --tfs "Integration Tests"
9393 env :
9494 DISPLAY : " :10"
95+ # TODO(deepak1556): Remove this once runtime is updated for
96+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
97+ UV_USE_IO_URING : 0
9598 displayName : Run integration tests (Electron)
9699 timeoutInMinutes : 20
97100
@@ -100,6 +103,10 @@ steps:
100103 timeoutInMinutes : 20
101104
102105 - script : ./scripts/test-remote-integration.sh
106+ env :
107+ # TODO(deepak1556): Remove this once runtime is updated for
108+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
109+ UV_USE_IO_URING : 0
103110 displayName : Run integration tests (Remote)
104111 timeoutInMinutes : 20
105112
@@ -116,6 +123,9 @@ steps:
116123 ./scripts/test-integration.sh --build --tfs "Integration Tests"
117124 env:
118125 VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)
126+ # TODO(deepak1556): Remove this once runtime is updated for
127+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
128+ UV_USE_IO_URING: 0
119129 displayName: Run integration tests (Electron)
120130 timeoutInMinutes: 20
121131
@@ -134,6 +144,9 @@ steps:
134144 ./scripts/test-remote-integration.sh
135145 env:
136146 VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)
147+ # TODO(deepak1556): Remove this once runtime is updated for
148+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
149+ UV_USE_IO_URING: 0
137150 displayName: Run integration tests (Remote)
138151 timeoutInMinutes: 20
139152
@@ -160,24 +173,43 @@ steps:
160173
161174 - script : yarn smoketest-no-compile --tracing
162175 timeoutInMinutes : 20
176+ env :
177+ # TODO(deepak1556): Remove this once runtime is updated for
178+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
179+ UV_USE_IO_URING : 0
163180 displayName : Run smoke tests (Electron)
164181
165182 - script : yarn smoketest-no-compile --web --tracing --headless --electronArgs="--disable-dev-shm-usage"
166183 timeoutInMinutes : 20
184+ env :
185+ # TODO(deepak1556): Remove this once runtime is updated for
186+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
187+ UV_USE_IO_URING : 0
167188 displayName : Run smoke tests (Browser, Chromium)
168189
169190 - script : yarn smoketest-no-compile --remote --tracing
170191 timeoutInMinutes : 20
192+ env :
193+ # TODO(deepak1556): Remove this once runtime is updated for
194+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
195+ UV_USE_IO_URING : 0
171196 displayName : Run smoke tests (Remote)
172197
173198 - ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }} :
174199 - script : yarn smoketest-no-compile --tracing --build "$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)"
175200 timeoutInMinutes : 20
201+ env :
202+ # TODO(deepak1556): Remove this once runtime is updated for
203+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
204+ UV_USE_IO_URING : 0
176205 displayName : Run smoke tests (Electron)
177206
178207 - script : yarn smoketest-no-compile --web --tracing --headless --electronArgs="--disable-dev-shm-usage"
179208 env :
180209 VSCODE_REMOTE_SERVER_PATH : $(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)-web
210+ # TODO(deepak1556): Remove this once runtime is updated for
211+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
212+ UV_USE_IO_URING : 0
181213 timeoutInMinutes : 20
182214 displayName : Run smoke tests (Browser, Chromium)
183215
@@ -188,6 +220,10 @@ steps:
188220 VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)" \
189221 yarn smoketest-no-compile --tracing --remote --build "$APP_PATH"
190222 timeoutInMinutes: 20
223+ env:
224+ # TODO(deepak1556): Remove this once runtime is updated for
225+ # https://github.com/microsoft/vscode/issues/210467#issuecomment-2104566724
226+ UV_USE_IO_URING: 0
191227 displayName: Run smoke tests (Remote)
192228
193229 - script : |
0 commit comments