Skip to content

Commit 6aafe4c

Browse files
benrr101paulmedynski
authored andcommitted
Changes from comments.
1 parent 5aeee32 commit 6aafe4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.Data.SqlClient/tests/ManualTests/TracingTests/XEventsTracingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namespace Microsoft.Data.SqlClient.ManualTesting.Tests
1616
// XEvent sessions may become orphaned on the Azure SQL Server, which leads to poor performance
1717
// (query timeouts, deadlocks, etc) over time. This class is instantiated once per test run and
1818
// drops these orphaned sessions as part of every run to help mitigate this issue.
19-
[Trait("Set", "3")]
2019
public class XEventCleaner
2120
{
2221
public XEventCleaner()
@@ -90,6 +89,7 @@ public class XEventCleanerCollection : ICollectionFixture<XEventCleaner>
9089
{
9190
}
9291

92+
[Trait("Set", "3")]
9393
[Collection("XEventCleaner")]
9494
public class XEventsTracingTest
9595
{

0 commit comments

Comments
 (0)