Skip to content

Commit 5cd658b

Browse files
authored
Disable E2E on SQL Sever Windows (DataDog#21083)
1 parent d034755 commit 5cd658b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sqlserver/tests/test_e2e.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
UNEXPECTED_QUERY_EXECUTOR_AO_METRICS,
2222
inc_perf_counter_metrics,
2323
)
24-
from .utils import always_on, not_windows_ado, not_windows_ci
24+
from .utils import always_on, not_windows_ci
2525

2626
try:
2727
import pyodbc
@@ -99,7 +99,7 @@ def test_ao_secondary_replica(dd_agent_check, init_config, instance_ao_docker_se
9999
)
100100

101101

102-
@not_windows_ado
102+
@not_windows_ci
103103
def test_check_docker(dd_agent_check, init_config, instance_e2e):
104104
# run sync to ensure only a single run of both
105105
# set a very small collection interval so the tests go fast

0 commit comments

Comments
 (0)