Skip to content

Commit

Permalink
Merge pull request #11040 from tmat/DisableCurrentWorkingDirectory_Ch…
Browse files Browse the repository at this point in the history
…ange

Temporarily disable test CurrentWorkingDirectory_Change
  • Loading branch information
tmat committed May 3, 2016
2 parents 9cc29f6 + a07e4af commit fbaaf3a
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 fbaaf3a

Please sign in to comment.