Skip to content

Commit

Permalink
Remove useless condition
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Reis <[email protected]>
  • Loading branch information
benjamreis committed Jan 22, 2024
1 parent 65ce81d commit 8bda9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"--sr-disk": "auto",
},
"paths": ["tests/storage"],
"markers": "reboot and not flaky and not quicktest",
"markers": "reboot and not flaky",
},
"storage-quicktest": {
"description": "runs `quicktest on all storage drivers`",
Expand Down

0 comments on commit 8bda9ab

Please sign in to comment.