Skip to content

Commit f053db4

Browse files
committed
esp/tests: disable gcov tests until the corresponding idf branch is merged
1 parent ecf854e commit f053db4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/esp/test_gcov.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ def get_lines_coverage(self, fname, start, end):
134134
########################################################################
135135
# TESTS IMPLEMENTATION #
136136
########################################################################
137+
# TODO: enable these tests when "gcov dump in a task" is supported by idf (MR!13328)
138+
@unittest.skip("Will be enabled after dependent idf branch is merged")
137139
class GcovTestsImpl:
138140
""" Test cases which are common for dual and single core modes
139141

0 commit comments

Comments
 (0)