Skip to content

Commit

Permalink
Temporarily disable test CurrentWorkingDirectory_Change
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed May 3, 2016
1 parent 31cba13 commit a07e4af
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 a07e4af

Please sign in to comment.