Skip to content

Commit

Permalink
refactor(data-masking): disable e2e tests. (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena authored Oct 13, 2023
1 parent 52d54ab commit 144d460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/data_masking/test_e2e_data_masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
)
from tests.e2e.utils import data_fetcher

pytest.skip(reason="Data masking tests disabled until we go GA.", allow_module_level=True)


@pytest.fixture
def basic_handler_fn(infrastructure: dict) -> str:
Expand Down

0 comments on commit 144d460

Please sign in to comment.