We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a92bc7 commit 2c8e139Copy full SHA for 2c8e139
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/InstanceNameTest/InstanceNameTest.cs
@@ -86,8 +86,7 @@ public static void ConnectManagedWithInstanceNameTest(bool useMultiSubnetFailove
86
87
// Note: This Unit test was tested in a domain-joined VM connecting to a remote
88
// SQL Server using Kerberos in the same domain.
89
- // Disable this test for now as Davoud said there is an issue.
90
- [ActiveIssue("27824")] // Per Davoud, "With specifying instance name and port number, this method call always returns false!"
+ [ActiveIssue("27824")] // When specifying instance name and port number, this method call always returns false
91
[ConditionalFact(nameof(IsKerberos))]
92
public static void PortNumberInSPNTest()
93
{
0 commit comments