File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -427,18 +427,15 @@ def __init__(self, methodName='runTest'):
427
427
self .test_app_cfg .bin_dir = os .path .join ('output' , 'apptrace_gcov_single' )
428
428
self .test_app_cfg .build_dir = os .path .join ('builds' , 'apptrace_gcov_single' )
429
429
430
-
431
- # OCD-773
432
- @idf_ver_min_for_chip ('5.1' , ['esp32s3' ])
430
+ @idf_ver_min_for_chip ('5.0' , ['esp32s3' ])
433
431
class GcovTestsDual (GcovTestAppTestsDual , GcovTestsImpl ):
434
432
""" Test cases via GDB in dual core mode
435
433
"""
436
434
def setUp (self ):
437
435
GcovTestAppTestsDual .setUp (self )
438
436
GcovTestsImpl .setUp (self )
439
437
440
- # OCD-773
441
- @idf_ver_min_for_chip ('5.1' , ['esp32s3' ])
438
+ @idf_ver_min_for_chip ('5.0' , ['esp32s3' ])
442
439
class GcovTestsSingle (GcovTestAppTestsSingle , GcovTestsImpl ):
443
440
""" Test cases via GDB in single core mode
444
441
"""
You can’t perform that action at this time.
0 commit comments