Skip to content

Commit ac1e1b9

Browse files
authored
Add missing RemoteExecutor.IsSupported (#116809)
1 parent 96e283d commit ac1e1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamRemoteExecutorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ await TestConfiguration.WhenAllOrAnyFailedWithTimeout(
8484
}
8585
}
8686

87-
[Theory]
87+
[ConditionalTheory(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
8888
[InlineData(true)]
8989
[InlineData(false)]
9090
public void DefaultRevocationMode_OfflineRevocationByDefault_True_UsesNoCheck(bool useEnvVar)

0 commit comments

Comments
 (0)