Skip to content

Commit

Permalink
chore: skip some test cases for sql pair service
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Jan 9, 2025
1 parent 439113a commit 7bd856c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def service_metadata():


@pytest.mark.asyncio
@pytest.mark.skip(reason="due to pipeline change, this test is not applicable anymore")
async def test_sql_pairs_preparation(
sql_pairs_preparation_service: SqlPairsPreparationService,
service_metadata: dict,
Expand Down Expand Up @@ -93,6 +94,7 @@ async def test_sql_pairs_preparation(


@pytest.mark.asyncio
@pytest.mark.skip(reason="due to pipeline change, this test is not applicable anymore")
async def test_sql_pairs_deletion(
sql_pairs_preparation_service: SqlPairsPreparationService,
service_metadata: dict,
Expand Down

0 comments on commit 7bd856c

Please sign in to comment.