Skip to content

Commit 02f45fb

Browse files
committed
Merged PR 742394: Revert 'Mark additional QTest Arguments file as untracked'
Turns out that if this file is untracked, QTest pips are not invalidated with changes to this file, causing QTest pips to not run. This is a feature request from @<Ibrahim Abdullah> . When passing additional args file to QTest, Office is trying to use a common file located centrally. This is causing DFA when creating the QTest process. Untracking the read-only file will resolve this issue. Reverts !740843
1 parent 9ccc9f9 commit 02f45fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Public/Sdk/Public/Tools/QTest/Tool.QTestRunner.dsc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ export function runQTest(args: QTestArguments): Result {
382382
hasUntrackedChildProcesses: args.qTestUnsafeArguments && args.qTestUnsafeArguments.doNotTrackDependencies,
383383
untrackedPaths: [
384384
...addIf(qTestContextInfoFile !== undefined, qTestContextInfoFile),
385-
...addIf(args.additionalQTestArgumentsFile !== undefined, args.additionalQTestArgumentsFile),
386385
...addIf(flakyFile !== undefined, flakyFile),
387386
...addIfLazy(args.qTestUntrackedPaths !== undefined, () => args.qTestUntrackedPaths),
388387
// QTest is probing the (symlinked on Windows) build engine directory

0 commit comments

Comments
 (0)