Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ea9549c

Browse files
authored
Disable IOControl_SIOCATMARK_Success test on other platforms
It failed sporadically twice on Windows.
1 parent 9a563e1 commit ea9549c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Net.Sockets/tests/FunctionalTests/OSSupport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void IOControl_FIONREAD_Success()
8181
}
8282
}
8383

84-
[ActiveIssue(25639, TestPlatforms.OSX)]
84+
[ActiveIssue(25639)]
8585
[Fact]
8686
public void IOControl_SIOCATMARK_Success()
8787
{

0 commit comments

Comments
 (0)