Skip to content

Commit

Permalink
Merge branch 'fix/heap-test-h2_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
heap: remove exclusion of esp32h2 as a target for heap pytest (v5.1)

See merge request espressif/esp-idf!24567
  • Loading branch information
ESP-Marius committed Jul 11, 2023
2 parents a125e8f + 8181da4 commit efc9761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/heap/test_apps/heap_tests/pytest_heap.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

@pytest.mark.generic
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32h2'], reason='test failed, IDF-6880')
@pytest.mark.parametrize(
'config',
[
Expand Down

0 comments on commit efc9761

Please sign in to comment.