Skip to content

Commit

Permalink
mark test flaky (#19084)
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zhengda authored Nov 20, 2024
1 parent 3e03161 commit 3fe5fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlserver/tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def test_config_with_and_without_port(instance_minimal_defaults, host, port, exp
assert result_host == expected_host


@pytest.mark.flaky
@pytest.mark.integration
@pytest.mark.usefixtures('dd_environment')
@pytest.mark.skipif(running_on_windows_ci() and SQLSERVER_MAJOR_VERSION == 2019, reason='Test flakes on this set up')
Expand Down

0 comments on commit 3fe5fea

Please sign in to comment.