10000 Activate Udt tests, they seem to work fine · dotnet/SqlClient@372c4bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 372c4bd

Browse files
MichelZbenrr101
authored andcommitted
Activate Udt tests, they seem to work fine
1 parent 68b7e1a commit 372c4bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UdtBulkCopyTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public class UdtBulkCopyTest
1111
{
1212
private string _connStr;
1313

14-
[ActiveIssue("5535")]
1514
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.IsUdtTestDatabasePresent), nameof(DataTestUtility.AreConnStringsSetup))]
1615
public void RunCopyTest()
1716
{

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UdtTest2.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Microsoft.Data.SqlClient.ManualTesting.Tests
1313
{
14-
[ActiveIssue("5536")]
1514
// TODO Synapse: Remove dependency from UDTTest Database
1615
public class UdtTest2
1716
{

0 commit comments

Comments
 (0)
0