Skip to content

Commit aedd92b

Browse files
committed
Skip a run-file test
1 parent 069d370 commit aedd92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet.Tests/CommandTests/Run/RunFileTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void FilePath(string? path, bool differentCasing)
123123
/// <summary>
124124
/// <c>dotnet file.cs</c> is equivalent to <c>dotnet run file.cs</c>.
125125
/// </summary>
126-
[Fact]
126+
[Fact(Skip = "Waiting for VMR codeflow from runtime: https://github.com/dotnet/dotnet/pull/1563")]
127127
public void FilePath_WithoutRun()
128128
{
129129
var testInstance = _testAssetsManager.CreateTestDirectory();

0 commit comments

Comments
 (0)