@@ -38,7 +38,6 @@ public void GetFactoryNoRegistrationTest()
3838 }
3939
4040 [ Fact ]
41- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
4241 public void GetFactoryWithInvariantNameTest ( )
4342 {
4443 ClearRegisteredFactories ( ) ;
@@ -50,7 +49,6 @@ public void GetFactoryWithInvariantNameTest()
5049 }
5150
5251 [ Fact ]
53- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
5452 public void GetFactoryWithDbConnectionTest ( )
5553 {
5654 ClearRegisteredFactories ( ) ;
@@ -62,31 +60,27 @@ public void GetFactoryWithDbConnectionTest()
6260 }
6361
6462 [ Fact ]
65- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
6663 public void GetFactoryWithDataRowTest ( )
6764 {
6865 ClearRegisteredFactories ( ) ;
6966 RegisterSqlClientAndTestRegistration ( ( ) => DbProviderFactories . RegisterFactory ( "System.Data.SqlClient" , typeof ( System . Data . SqlClient . SqlClientFactory ) ) ) ;
7067 }
7168
7269 [ Fact ]
73- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
7470 public void RegisterFactoryWithTypeNameTest ( )
7571 {
7672 ClearRegisteredFactories ( ) ;
7773 RegisterSqlClientAndTestRegistration ( ( ) => DbProviderFactories . RegisterFactory ( "System.Data.SqlClient" , typeof ( System . Data . SqlClient . SqlClientFactory ) . AssemblyQualifiedName ) ) ;
7874 }
7975
8076 [ Fact ]
81- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
8277 public void RegisterFactoryWithTypeTest ( )
8378 {
8479 ClearRegisteredFactories ( ) ;
8580 RegisterSqlClientAndTestRegistration ( ( ) => DbProviderFactories . RegisterFactory ( "System.Data.SqlClient" , typeof ( System . Data . SqlClient . SqlClientFactory ) ) ) ;
8681 }
8782
8883 [ Fact ]
89- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
9084 public void RegisterFactoryWithInstanceTest ( )
9185 {
9286 ClearRegisteredFactories ( ) ;
@@ -102,7 +96,6 @@ public void RegisterFactoryWithWrongTypeTest()
10296 }
10397
10498 [ Fact ]
105- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
10699 public void RegisterFactoryWithBadInvariantNameTest ( )
107100 {
108101 ClearRegisteredFactories ( ) ;
@@ -111,7 +104,6 @@ public void RegisterFactoryWithBadInvariantNameTest()
111104 }
112105
113106 [ Fact ]
114- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
115107 public void RegisterFactoryWithAssemblyQualifiedNameTest ( )
116108 {
117109 ClearRegisteredFactories ( ) ;
@@ -135,7 +127,6 @@ public void RegisterFactoryWithWrongAssemblyQualifiedNameTest()
135127 }
136128
137129 [ Fact ]
138- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
139130 public void UnregisterFactoryTest ( )
140131 {
141132 ClearRegisteredFactories ( ) ;
@@ -146,7 +137,6 @@ public void UnregisterFactoryTest()
146137 }
147138
148139 [ Fact ]
149- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
150140 public void TryGetFactoryTest ( )
151141 {
152142 ClearRegisteredFactories ( ) ;
@@ -159,7 +149,6 @@ public void TryGetFactoryTest()
159149 }
160150
161151 [ Fact ]
162- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
163152 public void ReplaceFactoryWithRegisterFactoryWithTypeTest ( )
164153 {
165154 ClearRegisteredFactories ( ) ;
@@ -174,7 +163,6 @@ public void ReplaceFactoryWithRegisterFactoryWithTypeTest()
174163 }
175164
176165 [ Fact ]
177- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36879" , TestPlatforms . iOS | TestPlatforms . tvOS | TestPlatforms . MacCatalyst ) ]
178166 public void GetProviderInvariantNamesTest ( )
179167 {
180168 ClearRegisteredFactories ( ) ;
0 commit comments