Skip to content

Commit

Permalink
tests/functional: Put the or1k_sim test into the slow category
Browse files Browse the repository at this point in the history
Looks like a copy-n-paste mistake while adding the or1k_sim test
here: The test downloads an asset from the internet, so it should
be in the thorough category, not in the quick one.

Signed-off-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
huth authored and Michael Tokarev committed Sep 20, 2024
1 parent fd72943 commit 0addb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tests_mips64el_system_thorough = [
'mips64el_malta',
]

tests_or1k_system_quick = [
tests_or1k_system_thorough = [
'or1k_sim',
]

Expand Down

0 comments on commit 0addb05

Please sign in to comment.