mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 09:01:08 +00:00
ci: replace pytest function for linux target
This commit is contained in:
@@ -7,6 +7,4 @@ from pytest_embedded import Dut
|
||||
@pytest.mark.linux
|
||||
@pytest.mark.host_test
|
||||
def test_heap_linux(dut: Dut) -> None:
|
||||
dut.expect_exact('Press ENTER to see the list of tests.')
|
||||
dut.write('*')
|
||||
dut.expect_unity_test_output(timeout=60)
|
||||
dut.run_all_single_board_cases(timeout=60)
|
||||
|
Reference in New Issue
Block a user