File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
test/dotnet-watch.Tests/HotReload Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,7 @@ public async Task AutoRestartOnRudeEditAfterRestartPrompt()
146146 App . AssertOutputContains ( $ "[WatchHotReloadApp ({ ToolsetInfo . CurrentTargetFramework } )] Launched") ;
147147 }
148148
149- < << << << HEAD
150- [ Theory ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
151- == == == =
152149 [ PlatformSpecificTheory ( TestPlatforms . Windows ) ] // https://github.com/dotnet/sdk/issues/49307
153- > >>> >>> ae74142ffd ( Skip all tests on Linux/ OSX)
154150 [ CombinatorialData ]
155151 public async Task AutoRestartOnNoEffectEdit ( bool nonInteractive )
156152 {
@@ -219,11 +215,7 @@ public async Task BaselineCompilationError()
219215 /// We currently do not support applying project changes.
220216 /// The workaround is to restart via Ctrl+R.
221217 /// </summary>
222- < << << << HEAD
223- [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
224- == == == =
225218 [ PlatformSpecificFact ( TestPlatforms . Windows ) ] // "https://github.com/dotnet/sdk/issues/49307")
226- > >>> >>> ae74142ffd ( Skip all tests on Linux/ OSX)
227219 public async Task ProjectChangeAndRestart ( )
228220 {
229221 var testAsset = TestAssets . CopyTestAsset ( "WatchNoDepsApp" )
@@ -277,11 +269,7 @@ public async Task ChangeFileInFSharpProject()
277269 await App . AssertOutputLineStartsWith ( "<Updated>" ) ;
278270 }
279271
280- < << << << HEAD
281- [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
282- == == == =
283272 [ PlatformSpecificFact ( TestPlatforms . Windows ) ] // "https://github.com/dotnet/sdk/issues/49307")
284- > >>> >>> ae74142ffd ( Skip all tests on Linux/ OSX)
285273 public async Task ChangeFileInFSharpProjectWithLoop ( )
286274 {
287275 var testAsset = TestAssets . CopyTestAsset ( "FSharpTestAppSimple" )
You can’t perform that action at this time.
0 commit comments