Skip to content

Commit

Permalink
limit Repl to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 29, 2020
1 parent 34eb3a7 commit 76b144c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ public Test(Platform platform)
{
}

#if DEBUG
[Test]
public void Repl()
{
//if (TestEnvironment.IsTestCloud)
// Assert.Ignore("Local only");
if (TestEnvironment.IsTestCloud)
Assert.Ignore("Local only");

app.Repl();
}
#endif

[Test]
public void AppLaunches()
Expand Down

0 comments on commit 76b144c

Please sign in to comment.