Skip to content

Commit b2e27fa

Browse files
committed
Remove --user-data-dir option to fix OneBranch
Maybe.
1 parent 28e65e6 commit b2e27fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.vscode-test.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { defineConfig } from "@vscode/test-cli";
2-
import os from "os";
3-
import path from "path";
42

53
export default defineConfig({
64
files: "test/**/*.test.ts",
@@ -17,9 +15,6 @@ export default defineConfig({
1715
"debug",
1816
// Undocumented but valid option to use a temporary profile for testing
1917
"--profile-temp",
20-
// The default user data directory had too many characters for the IPC connection on macOS in CI.
21-
"--user-data-dir",
22-
path.join(os.tmpdir(), "vscode-user-data"),
2318
],
2419
workspaceFolder: "test/TestEnvironment.code-workspace",
2520
mocha: {

0 commit comments

Comments
 (0)