Skip to content

Commit 144d460

Browse files
refactor(data-masking): disable e2e tests. (#3204)
1 parent 52d54ab commit 144d460

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/data_masking/test_e2e_data_masking.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
)
1212
from tests.e2e.utils import data_fetcher
1313

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

1517
@pytest.fixture
1618
def basic_handler_fn(infrastructure: dict) -> str:

0 commit comments

Comments
 (0)