Skip to content

Commit

Permalink
pyfrc_test: Disable test_practice
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 committed Mar 10, 2024
1 parent d3ef5ed commit 92c495a
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 92c495a

Please sign in to comment.