Skip to content

Commit 633fc17

Browse files
Disable SQLServer on Windows test failure impacting master pipeline (#17770)
To be enabled once test failure is fixed
1 parent f84cb70 commit 633fc17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlserver/tests/test_activity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def run_test_query(c, q):
209209

210210

211211
@pytest.mark.skipif(running_on_windows_ci() and SQLSERVER_MAJOR_VERSION == 2019, reason='Test flakes on this set up')
212+
@pytest.mark.skipif(running_on_windows_ci(), reason="Test disabled due to failure impacting master pipeline")
212213
def test_activity_nested_blocking_transactions(
213214
aggregator,
214215
instance_docker,

0 commit comments

Comments
 (0)