Skip to content

Commit

Permalink
pyfrc_test: Disable test_practice (#182)
Browse files Browse the repository at this point in the history
This takes 14s on my laptop.

In practice, our fuzz tests likely hit more code paths than this test
which simply has the robot sit in one spot.
  • Loading branch information
auscompgeek authored Mar 10, 2024
1 parent 80d6806 commit 6daf69f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/pyfrc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
from pyfrc.tests import (
test_disabled,
test_operator_control,
test_practice,
)

# Make pyflakes happy about our imports.
__all__ = (
"test_disabled",
"test_operator_control",
"test_practice",
)

0 comments on commit 6daf69f

Please sign in to comment.