Skip to content

Commit

Permalink
[xharness] It watchOS tests don't need to be clean anymore. Fixes #58…
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored and spouliot committed Aug 10, 2017
1 parent 1360d12 commit 34f75ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xharness/Jenkins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ public Task SelectSimulatorAsync ()
if (Platform == TestPlatform.watchOS)
CompanionDevice = Jenkins.Simulators.FindCompanionDevice (Jenkins.SimulatorLoadLog, Device);

var clean_state = Platform == TestPlatform.watchOS;
var clean_state = false;//Platform == TestPlatform.watchOS;
runner = new AppRunner ()
{
Harness = Harness,
Expand Down

0 comments on commit 34f75ef

Please sign in to comment.