Skip to content

Commit

Permalink
add minimal to the e2e test (catches 2fast2flush race)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed May 15, 2023
1 parent 86adc26 commit f563061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run_python_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def main() -> None:
requirements = [
"examples/python/api_demo/requirements.txt",
"examples/python/car/requirements.txt",
"examples/python/minimal/requirements.txt",
"examples/python/multithreading/requirements.txt",
"examples/python/plots/requirements.txt",
"examples/python/text_logging/requirements.txt",
Expand All @@ -61,6 +62,7 @@ def main() -> None:
# Trivial examples that don't require weird dependencies, or downloading data
("examples/python/api_demo/main.py", ["--demo", "all"]),
("examples/python/car/main.py", []),
("examples/python/minimal/main.py", []),
("examples/python/multithreading/main.py", []),
("examples/python/plots/main.py", []),
("examples/python/text_logging/main.py", []),
Expand Down

0 comments on commit f563061

Please sign in to comment.