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()
146
146
App . AssertOutputContains ( $ "[WatchHotReloadApp ({ ToolsetInfo . CurrentTargetFramework } )] Launched") ;
147
147
}
148
148
149
- < << << << HEAD
150
- [ Theory ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
151
- == == == =
152
149
[ PlatformSpecificTheory ( TestPlatforms . Windows ) ] // https://github.com/dotnet/sdk/issues/49307
153
- > >>> >>> ae74142ffd ( Skip all tests on Linux/ OSX)
154
150
[ CombinatorialData ]
155
151
public async Task AutoRestartOnNoEffectEdit ( bool nonInteractive )
156
152
{
@@ -219,11 +215,7 @@ public async Task BaselineCompilationError()
219
215
/// We currently do not support applying project changes.
220
216
/// The workaround is to restart via Ctrl+R.
221
217
/// </summary>
222
- < << << << HEAD
223
- [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
224
- == == == =
225
218
[ PlatformSpecificFact ( TestPlatforms . Windows ) ] // "https://github.com/dotnet/sdk/issues/49307")
226
- > >>> >>> ae74142ffd ( Skip all tests on Linux/ OSX)
227
219
public async Task ProjectChangeAndRestart ( )
228
220
{
229
221
var testAsset = TestAssets . CopyTestAsset ( "WatchNoDepsApp" )
@@ -277,11 +269,7 @@ public async Task ChangeFileInFSharpProject()
277
269
await App . AssertOutputLineStartsWith ( "<Updated>" ) ;
278
270
}
279
271
280
- < << << << HEAD
281
- [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
282
- == == == =
283
272
[ PlatformSpecificFact ( TestPlatforms . Windows ) ] // "https://github.com/dotnet/sdk/issues/49307")
284
- > >>> >>> ae74142ffd ( Skip all tests on Linux/ OSX)
285
273
public async Task ChangeFileInFSharpProjectWithLoop ( )
286
274
{
287
275
var testAsset = TestAssets . CopyTestAsset ( "FSharpTestAppSimple" )
You can’t perform that action at this time.
0 commit comments