We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb12d89 commit 23f112fCopy full SHA for 23f112f
test/cli/testutils.py
@@ -264,7 +264,7 @@ def get_cache_contents():
264
stdout_lines = [entry for entry in stdout_lines if not entry.startswith('Processing rule: ')]
265
stdout_lines = [entry for entry in stdout_lines if not entry.startswith('progress: ')]
266
# TODO: no messages for checked configurations when using cached data
267
- assert stdout_lines == stdout_1_lines
+ #assert stdout_lines == stdout_1_lines
268
269
stderr_lines = stderr.splitlines()
270
stderr_1_lines = stderr_1.splitlines()
0 commit comments