Skip to content

Commit

Permalink
Merge pull request #26511 from brettfo/disable-test
Browse files Browse the repository at this point in the history
disable flaky test
  • Loading branch information
jasonmalinowski authored Apr 30, 2018
2 parents 92afb5e + f592944 commit dd6ee9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scripting/CSharpTest/CommandLineRunnerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public void SourceSearchPaths1()
", runner.Console.Out.ToString());
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/26510")]
public void ReferenceSearchPaths1()
{
var main = Temp.CreateFile(extension: ".csx").WriteAllText(@"
Expand Down

0 comments on commit dd6ee9c

Please sign in to comment.