mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
fix PytestUnknownMarkWarning issue
Signed-off-by: nietingting <nietingting@xiaomi.com>
This commit is contained in:
@@ -39,7 +39,7 @@ def test_getprime(p):
|
||||
assert ret == 0
|
||||
|
||||
|
||||
@pytest.mark.second_to_last
|
||||
@pytest.mark.run(order=-2)
|
||||
def test_fs_test(p):
|
||||
if p.board in do_not_support:
|
||||
pytest.skip("unsupported at {}".format(p.board))
|
||||
@@ -51,7 +51,7 @@ def test_fs_test(p):
|
||||
assert ret == 0
|
||||
|
||||
|
||||
@pytest.mark.last
|
||||
@pytest.mark.run(order=-1)
|
||||
def test_psram_test(p):
|
||||
if p.board in do_not_support:
|
||||
pytest.skip("unsupported at {}".format(p.board))
|
||||
|
||||
Reference in New Issue
Block a user