mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/heap-test-h2' into 'master'
heap: remove exclusion of esp32h2 as a target for heap pytest Closes IDF-6880 See merge request espressif/esp-idf!23075
This commit is contained in:
commit
a1584750c8
@ -7,7 +7,6 @@ from pytest_embedded import Dut
|
||||
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.supported_targets
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32h2'], reason='test failed, IDF-6880')
|
||||
@pytest.mark.parametrize(
|
||||
'config',
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user