Skip to content

Commit 3fe5fea

Browse files
authored
mark test flaky (#19084)
1 parent 3e03161 commit 3fe5fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlserver/tests/test_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def test_config_with_and_without_port(instance_minimal_defaults, host, port, exp
287287
assert result_host == expected_host
288288

289289

290+
@pytest.mark.flaky
290291
@pytest.mark.integration
291292
@pytest.mark.usefixtures('dd_environment')
292293
@pytest.mark.skipif(running_on_windows_ci() and SQLSERVER_MAJOR_VERSION == 2019, reason='Test flakes on this set up')

0 commit comments

Comments
 (0)