Skip to content

Commit 0e3ad41

Browse files
MichelZbenrr101
authored andcommitted
The rest of the tests run fine on Azure
1 parent e44241e commit 0e3ad41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/DataStreamTest/DataStreamTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void RunAllTestsForSingleServer_NP()
3232
}
3333
}
3434

35-
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup), nameof(DataTestUtility.IsNotAzureServer))]
35+
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup))]
3636
public static void RunAllTestsForSingleServer_TCP()
3737
{
3838
RunAllTestsForSingleServer(DataTestUtility.TCPConnectionString);

0 commit comments

Comments
 (0)