Skip to content

Commit 12bafb6

Browse files
committed
more
1 parent efce6e7 commit 12bafb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/Task/AsyncEnumerableToBlockingEnumerableTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ static async IAsyncEnumerable<int> CreateSourceEnumerable()
134134
}
135135

136136
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
137+
[ActiveIssue("TODO", TestPlatforms.Browser)]
137138
public static void AsyncEnumerableWithCancellation()
138139
{
139140
var source = new InstrumentedAsyncEnumerable<string>(CreateSourceEnumerable());

0 commit comments

Comments
 (0)