File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/DataStreamTest Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ public static void NonFatalTimeoutDuringReadTest(string connectionString)
142
142
NonFatalTimeoutDuringRead ( connectionString ) ;
143
143
}
144
144
145
- [ ActiveIssue ( "https://github.com/dotnet/SqlClient/issues/3035" , typeof ( DataStreamTest ) , nameof ( IsArm ) ) ]
146
145
[ ConditionalTheory ( typeof ( DataTestUtility ) , nameof ( DataTestUtility . AreConnStringsSetup ) ) ]
147
146
[ MemberData ( nameof ( DataTestUtility . GetConnectionStringsWithEnclaveMemberData ) , MemberType = typeof ( DataTestUtility ) ) ]
148
147
public static void XmlReaderTest ( string connectionString )
@@ -273,12 +272,6 @@ private static void MultipleResults(string connectionString)
273
272
}
274
273
}
275
274
276
- private static bool IsAzureSqlServer ( string connectionString ) => Utils . IsAzureSqlServer ( new SqlConnectionStringBuilder ( connectionString ) . DataSource ) ;
277
-
278
- private static bool IsNamedInstance ( string connectionString ) => new SqlConnectionStringBuilder ( connectionString ) . DataSource . Contains ( @"\" ) ;
279
-
280
- private static bool IsArm => RuntimeInformation . ProcessArchitecture == Architecture . Arm || RuntimeInformation . ProcessArchitecture == Architecture . Arm64 ;
281
-
282
275
private static void InvalidRead ( string connectionString )
283
276
{
284
277
using ( SqlConnection c = new SqlConnection ( connectionString ) )
You can’t perform that action at this time.
0 commit comments