Try to unmark tests as flaky (#2268)

This commit is contained in:
Ayaz Salikhov
2025-03-25 21:10:11 +00:00
committed by GitHub
parent 100187f79d
commit de8a1349ae
4 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ LOGGER = logging.getLogger(__name__)
THIS_DIR = Path(__file__).parent.resolve()
@pytest.mark.flaky(retries=3, delay=1)
@pytest.mark.parametrize(
"test_file",
["issue_1168", "local_pyspark"],