@@ -8,6 +8,7 @@ namespace System.Data.Odbc.Tests
88{
99 public class ReaderTests : IntegrationTestBase
1010 {
11+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/116482" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoInterpreter ) ) ]
1112 [ ConditionalFact ]
1213 public void EmptyReader ( )
1314 {
@@ -42,6 +43,7 @@ public void EmptyReader()
4243 }
4344 }
4445
46+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/116482" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoInterpreter ) ) ]
4547 [ ConditionalFact ]
4648 public void GetValues ( )
4749 {
@@ -75,6 +77,7 @@ public void GetValues()
7577 }
7678 }
7779
80+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/116482" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoInterpreter ) ) ]
7881 [ ConditionalFact ]
7982 public void GetValueFailsWithBigIntWithBackwardsCompatibility ( )
8083 {
@@ -110,6 +113,7 @@ public void GetValueFailsWithBigIntWithBackwardsCompatibility()
110113 }
111114 }
112115
116+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/116482" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoInterpreter ) ) ]
113117 [ ConditionalFact ]
114118 public void GetDataTypeName ( )
115119 {
@@ -136,6 +140,7 @@ public void GetDataTypeName()
136140 }
137141 }
138142
143+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/116482" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoInterpreter ) ) ]
139144 [ ConditionalFact ]
140145 public void GetFieldTypeIsNotSupportedInSqlite ( )
141146 {
@@ -167,6 +172,7 @@ public void GetFieldTypeIsNotSupportedInSqlite()
167172 }
168173 }
169174
175+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/116482" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoInterpreter ) ) ]
170176 [ ConditionalFact ]
171177 public void IsDbNullIsNotSupportedInSqlite ( )
172178 {
@@ -198,6 +204,7 @@ public void IsDbNullIsNotSupportedInSqlite()
198204 }
199205 }
200206
207+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/116482" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoInterpreter ) ) ]
201208 [ ConditionalFact ]
202209 public void InvalidRowIndex ( )
203210 {
@@ -230,6 +237,7 @@ public void InvalidRowIndex()
230237 }
231238 }
232239
240+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/116482" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoInterpreter ) ) ]
233241 [ ConditionalFact ]
234242 public void InvalidRowName ( )
235243 {
0 commit comments