Skip to content

Commit cbe26b6

Browse files
committed
Re-add some test skips
1 parent 03b9cf2 commit cbe26b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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();
@@ -225,7 +225,7 @@ public void FilePath_AsProjectArgument()
225225
/// <summary>
226226
/// Even if there is a file-based app <c>./build</c>, <c>dotnet build</c> should not execute that.
227227
/// </summary>
228-
[Theory]
228+
[Theory(Skip="Waiting for VMR codeflow from runtime: https://github.com/dotnet/dotnet/pull/1563")]
229229
// error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
230230
[InlineData("build", "MSB1003")]
231231
// dotnet watch: Could not find a MSBuild project file in '...'. Specify which project to use with the --project option.

0 commit comments

Comments
 (0)