Skip to content

Commit

Permalink
quarantined flaky mssql integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan committed Oct 9, 2024
1 parent 2bb8628 commit d3e50e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
TEST_TABLE_ID = "Persons"


@pytest.mark.quarantined
@pytest.mark.integration("mssql")
class TestMsSqlToHiveTransfer:
def setup_method(self, mocker):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
]


@pytest.mark.quarantined
@pytest.mark.integration("mssql")
class TestBigQueryToMsSqlOperator:
def setup_method(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
]


@pytest.mark.quarantined
@pytest.mark.integration("mssql")
class TestMsSqlToGoogleCloudStorageOperator:
def setup_method(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
AIRFLOW_CONN_MSSQL_DEFAULT = "mssql://sa:airflow123@mssql:1433/"


@pytest.mark.quarantined
@pytest.mark.integration("mssql")
class TestMsSqlHook:
def setup_method(self):
Expand Down

0 comments on commit d3e50e2

Please sign in to comment.