Skip to content

Commit 2c8e139

Browse files
committed
Changed comment for ActiveIssue 27824.
1 parent 4a92bc7 commit 2c8e139

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ public static void ConnectManagedWithInstanceNameTest(bool useMultiSubnetFailove
8686

8787
// Note: This Unit test was tested in a domain-joined VM connecting to a remote
8888
// 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!"
89+
[ActiveIssue("27824")] // When specifying instance name and port number, this method call always returns false
9190
[ConditionalFact(nameof(IsKerberos))]
9291
public static void PortNumberInSPNTest()
9392
{

0 commit comments

Comments
 (0)