Skip to content

Commit 6cb80f8

Browse files
committed
Fix
1 parent 52dcf3b commit 6cb80f8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)