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'):
427427 self .test_app_cfg .bin_dir = os .path .join ('output' , 'apptrace_gcov_single' )
428428 self .test_app_cfg .build_dir = os .path .join ('builds' , 'apptrace_gcov_single' )
429429
430-
431- # OCD-773
432- @idf_ver_min_for_chip ('5.1' , ['esp32s3' ])
430+ @idf_ver_min_for_chip ('5.0' , ['esp32s3' ])
433431class GcovTestsDual (GcovTestAppTestsDual , GcovTestsImpl ):
434432 """ Test cases via GDB in dual core mode
435433 """
436434 def setUp (self ):
437435 GcovTestAppTestsDual .setUp (self )
438436 GcovTestsImpl .setUp (self )
439437
440- # OCD-773
441- @idf_ver_min_for_chip ('5.1' , ['esp32s3' ])
438+ @idf_ver_min_for_chip ('5.0' , ['esp32s3' ])
442439class GcovTestsSingle (GcovTestAppTestsSingle , GcovTestsImpl ):
443440 """ Test cases via GDB in single core mode
444441 """
You can’t perform that action at this time.
0 commit comments