Skip to content

Commit

Permalink
autotest: disable random order for gdrivers/ngw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Aug 9, 2023
1 parent bf20108 commit 248dd40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotest/gdrivers/ngw.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

pytestmark = [
pytest.mark.require_driver("NGW"),
pytest.mark.random_order(disabled=True),
pytest.mark.skipif(
"CI" in os.environ,
reason="NGW tests are flaky. See https://github.com/OSGeo/gdal/issues/4453",
Expand Down

0 comments on commit 248dd40

Please sign in to comment.