We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508070b commit 5e7bca6Copy full SHA for 5e7bca6
1 file changed
src/Microsoft.Data.SqlClient/tests/ManualTests/BulkCopy/Bug84548.cs
@@ -10,7 +10,7 @@ namespace Microsoft.Data.SqlClient.ManualTests.BulkCopy
10
{
11
public class Bug84548
12
13
- [ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup), nameof(DataTestUtility.IsNotAzureServer))]
+ [ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup), nameof(DataTestUtility.IsNotAzureSynapse))]
14
public void Test()
15
16
string srcConstr = DataTestUtility.TCPConnectionString;
0 commit comments