Skip to content

Commit

Permalink
excludes testing from netfx
Browse files Browse the repository at this point in the history
  • Loading branch information
cartercanedy authored and colombod committed Oct 19, 2023
1 parent d227896 commit 87f66a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Microsoft.DotNet.Interactive.Tests/KernelTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ public async Task kernelEvents_sequence_completes_when_kernel_is_disposed()

var lastEvent = await events;
lastEvent.Should().BeNull();
}

}

#if !NETFRAMEWORK
[Fact]
public async Task language_service_command_with_empty_buffer_doesnt_crash()
{
Expand All @@ -191,7 +192,6 @@ public async Task language_service_command_with_empty_buffer_doesnt_crash()
fail.Should().BeFalse(because: "there were no unhandled exceptions emitted");
}

#if !NETFRAMEWORK
[Fact]
public async Task Awaiting_a_disposed_task_does_not_deadlock()
{
Expand Down

0 comments on commit 87f66a3

Please sign in to comment.