Skip to content

Commit

Permalink
Merge pull request #7831 from drognanar/skip_csi_flaky
Browse files Browse the repository at this point in the history
Skip a flaky test
  • Loading branch information
drognanar committed Jan 7, 2016
2 parents beda2c2 + 99ec1f1 commit a289d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scripting/CSharpTest.Desktop/CsiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void CurrentWorkingDirectory1()
Assert.False(result.ContainsErrors);
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/7826")]
public void CurrentWorkingDirectory_Change()
{
var dir = Temp.CreateDirectory();
Expand Down

0 comments on commit a289d5d

Please sign in to comment.