Skip to content

Commit

Permalink
ci: disable test_appcpu_early_hw_bps for esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed Sep 14, 2024
1 parent faba1e0 commit 1b4899e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions testing/esp/test_bp.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def test_2cores_concurrently_hit_bps(self):
two_cores_concurrently_hit_bps(self)

# OCD-773
@idf_ver_min_for_chip('5.1', ['esp32'])
@skip_for_chip(['esp32'])
def test_appcpu_early_hw_bps(self):
appcpu_early_hw_bps(self)

Expand All @@ -376,7 +376,7 @@ def test_2cores_concurrently_hit_bps(self):
two_cores_concurrently_hit_bps(self)

# OCD-773
@idf_ver_min_for_chip('5.1', ['esp32'])
@skip_for_chip(['esp32'])
def test_appcpu_early_hw_bps(self):
appcpu_early_hw_bps(self)

Expand Down
1 change: 0 additions & 1 deletion testing/esp/test_threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class DebuggerThreadsTestsSingle(DebuggerGenericTestAppTestsSingle, DebuggerThre
pass

@idf_ver_min('5.3')
@skip_for_chip(['esp342p4'])
class DebuggerThreadsTestsAmazonFreeRTOSDual(DebuggerGenericTestAppTestsDual, DebuggerThreadsTestsImpl):

def __init__(self, methodName='runTest'):
Expand Down

0 comments on commit 1b4899e

Please sign in to comment.