File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/dotnet.Tests/CommandTests/Run Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments