We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1664d6 commit 623cc67Copy full SHA for 623cc67
.github/scripts/tests/get_muted_tests.py
@@ -216,6 +216,7 @@ def mute_applier(args):
216
217
# checking added lines
218
write_to_file('\n'.join(added_lines), added_mute_lines_file)
219
+ mute_check = YaMuteCheck()
220
mute_check.load(added_mute_lines_file)
221
added_muted_tests = []
222
print("New muted tests captured")
@@ -227,6 +228,7 @@ def mute_applier(args):
227
228
229
# checking removed lines
230
write_to_file('\n'.join(removed_lines), removed_mute_lines_file)
231
232
mute_check.load(removed_mute_lines_file)
233
removed_muted_tests = []
234
print("Unmuted tests captured")
0 commit comments