File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/DataStreamTest Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,7 @@ public static void NonFatalTimeoutDuringReadTest(string connectionString)
142
142
NonFatalTimeoutDuringRead ( connectionString ) ;
143
143
}
144
144
145
- [ ActiveIssue ( "https://github.com/dotnet/SqlClient/issues/3035" , typeof ( DataTestUtility ) , nameof ( DataTestUtility . IsArm ) ) ]
146
- [ ConditionalTheory ( typeof ( DataTestUtility ) , nameof ( DataTestUtility . AreConnStringsSetup ) , nameof ( DataTestUtility . IsNotArm ) ) ]
145
+ [ ConditionalTheory ( typeof ( DataTestUtility ) , nameof ( DataTestUtility . AreConnStringsSetup ) ) ]
147
146
[ MemberData ( nameof ( DataTestUtility . GetConnectionStringsWithEnclaveMemberData ) , MemberType = typeof ( DataTestUtility ) ) ]
148
147
public static void XmlReaderTest ( string connectionString )
149
148
{
You can’t perform that action at this time.
0 commit comments