Skip to content

Commit

Permalink
Disable slicebuffers_success and RunContinueWithStressTestsNoState te…
Browse files Browse the repository at this point in the history
…st (#48442)

* disable long failing tests

* keeping the skipOncoreclr attribute
  • Loading branch information
Anipik committed Feb 18, 2021
1 parent 229a755 commit 9332582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ public async Task NoFile_Succeeds(bool usePreBuffer, bool usePostBuffer)
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/47734")]
public async Task SliceBuffers_Success()
{
if (!SupportsSendFileSlicing) return; // The overloads under test only support sending byte[] without offset and length
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public static void RunContinueWithAsyncStateCheckTests()
// Stresses on multiple continuations from a single antecedent
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
[SkipOnCoreClr("Test timing out: https://github.com/dotnet/runtime/issues/2271", RuntimeConfiguration.Checked)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/2271")]
public static void RunContinueWithStressTestsNoState()
{
int numIterations = 3;
Expand Down

0 comments on commit 9332582

Please sign in to comment.