We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d54ab commit 144d460Copy full SHA for 144d460
tests/e2e/data_masking/test_e2e_data_masking.py
@@ -11,6 +11,8 @@
11
)
12
from tests.e2e.utils import data_fetcher
13
14
+pytest.skip(reason="Data masking tests disabled until we go GA.", allow_module_level=True)
15
+
16
17
@pytest.fixture
18
def basic_handler_fn(infrastructure: dict) -> str:
0 commit comments