File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/LocalDBTest Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -92,24 +92,21 @@ public static void SqlLocalDbSharedInstanceConnectionTest()
92
92
93
93
#region NamedPipeTests
94
94
95
- [ Fact ]
96
- [ ActiveIssue ( "20245" ) ] //pending pipeline configuration
95
+ [ ConditionalFact ( nameof ( IsLocalDBEnvironmentSet ) ) ]
97
96
public static void SqlLocalDbNamedPipeConnectionTest ( )
98
97
{
99
98
ConnectionTest ( s_localDbNamedPipeConnectionString ) ;
100
99
}
101
100
102
- [ Fact ]
103
- [ ActiveIssue ( "20245" ) ] //pending pipeline configuration
101
+ [ ConditionalFact ( nameof ( IsLocalDBEnvironmentSet ) ) ]
104
102
public static void LocalDBNamedPipeEncryptionNotSupportedTest ( )
105
103
{
106
104
// Encryption is not supported by SQL Local DB.
107
105
// But connection should succeed as encryption is disabled by driver.
108
106
ConnectionWithEncryptionTest ( s_localDbNamedPipeConnectionString ) ;
109
107
}
110
108
111
- [ Fact ]
112
- [ ActiveIssue ( "20245" ) ] //pending pipeline configuration
109
+ [ ConditionalFact ( nameof ( IsLocalDBEnvironmentSet ) ) ]
113
110
public static void LocalDBNamepipeMarsTest ( )
114
111
{
115
112
ConnectionWithMarsTest ( s_localDbNamedPipeConnectionString ) ;
You can’t perform that action at this time.
0 commit comments