Merged PR 783325: PackedExecutionTests should set runWithUntrackedDependencies

The test `TestLogPackedExecution` runs the scheduler, and we should avoid nesting the sandboxes in tests
This commit is contained in:
Marcelo Lynch 🧉 2024-05-06 22:05:36 +00:00
Родитель fcd54fdecc
Коммит b1a2d3cc3b
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,12 @@ namespace PackedExecution {
assemblyName: "Test.BuildXL.PackedExecution",
allowUnsafeBlocks: true,
sources: globR(d`.`, "*.cs"),
runTestArgs: {
// These tests require Detours to run itself, so we won't detour the test runner process itself
unsafeTestRunArguments: {
runWithUntrackedDependencies: true
},
},
references: [
Core.dll,
TestProcess.exe,