Skip to content

Commit 05ef01c

Browse files
committed
Skip a unit test that is using a bash script on Windows
1 parent 23b3f0c commit 05ef01c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/server/src/provider/Layers/ProviderRegistry.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ it.layer(Layer.mergeAll(NodeServices.layer, ServerSettingsService.layerTest()))(
188188

189189
it.effect("inherits PATH when launching the codex probe with a CODEX_HOME override", () =>
190190
Effect.gen(function* () {
191+
if (process.platform === "win32") return;
192+
191193
const fileSystem = yield* FileSystem.FileSystem;
192194
const path = yield* Path.Path;
193195
const binDir = yield* fileSystem.makeTempDirectoryScoped({

0 commit comments

Comments
 (0)