Skip to content

Commit

Permalink
Fix TPC-H CI (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Nov 14, 2024
1 parent 7f805d8 commit 93bfbd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/tpch/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ def pytest_addoption(parser):
parser.addoption("--cloud", action="store_false", dest="local", help="")
parser.addoption("--restart", action="store_true", default=True, help="")
parser.addoption("--no-restart", action="store_false", dest="restart", help="")
parser.addoption(
"--performance-report", action="store_true", default=False, help=""
)
parser.addoption(
"--scale",
action="store",
Expand Down

0 comments on commit 93bfbd2

Please sign in to comment.