This commit is contained in:
Manuel de la Pena 2022-06-28 11:33:58 -04:00
Родитель 2aafed7ab8
Коммит ec086af83c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -136,7 +136,7 @@ namespace Xharness.Jenkins {
Variation = $"Debug ({test.Platform.GetSimulatorMinVersion ()})", Variation = $"Debug ({test.Platform.GetSimulatorMinVersion ()})",
Debug = true, Debug = true,
Candidates = jenkins.Simulators.SelectDevices (target.GetTargetOs (true), jenkins.SimulatorLoadLog, true), Candidates = jenkins.Simulators.SelectDevices (target.GetTargetOs (true), jenkins.SimulatorLoadLog, true),
Ignored = ignore ?? !jenkins.TestSelection.IsEnabled (PlatformLabel.OldiOSSimulator) && !jenkins.TestSelection.IsEnabled (TestLabel.Introspection), Ignored = ignore ?? !jenkins.TestSelection.IsEnabled (PlatformLabel.OldiOSSimulator) || !jenkins.TestSelection.IsEnabled (TestLabel.Introspection),
}; };
break; break;
} }