diff --git a/src/client/testing/testController/common/utils.ts b/src/client/testing/testController/common/utils.ts index 75baed697db8..19cb9b20ce88 100644 --- a/src/client/testing/testController/common/utils.ts +++ b/src/client/testing/testController/common/utils.ts @@ -232,7 +232,7 @@ export async function startRunResultNamedPipe( cancellationToken?: CancellationToken, ): Promise<{ name: string } & Disposable> { traceVerbose('Starting Test Result named pipe'); - const pipeName: string = '/Users/eleanorboyd/testingFiles/inc_dec_example/temp.txt'; // generateRandomPipeName('python-test-results'); + const pipeName: string = generateRandomPipeName('python-test-results'); // '/Users/eleanorboyd/testingFiles/inc_dec_example/temp.txt'; // let disposeOfServer: () => void = () => { deferredTillServerClose.resolve();