Skip to content

Commit

Permalink
reduce test length for reproduction speed focal is the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jan 25, 2025
1 parent 6a6e6a6 commit 24a519c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_nvidia.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ def setUpClass(self):
self.dockerfile_tags = []
for (distro_name, distro_version) in [
('ubuntu','focal'),
('ubuntu','jammy'),
('ubuntu','noble'),
('debian','bookworm'),
# ('ubuntu','jammy'),
# ('ubuntu','noble'),
# ('debian','bookworm'),
('debian','bullseye'),
]:
dockerfile = """
Expand Down

0 comments on commit 24a519c

Please sign in to comment.