test: enable multi-board test of spi for c6

This commit is contained in:
wanlei
2022-12-02 12:57:31 +08:00
parent 7f14f9e487
commit dd50bb2d50
4 changed files with 8 additions and 3 deletions

View File

@@ -16,7 +16,6 @@ def test_slave_single_dev(case_tester) -> None: # type: ignore
# if `test_env` not defined, will run on `generic_multi_device` by default
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c6'], reason='no runner')
@pytest.mark.generic_multi_device
@pytest.mark.parametrize('count', [2,], indirect=True)
def test_slave_multi_dev(case_tester) -> None: # type: ignore