Skip to content

Commit

Permalink
Merge pull request reframe-hpc#3286 from vkarak/enhancement/silence-s…
Browse files Browse the repository at this point in the history
…kip-tests-init

[enhancement] Do not issue warning when skipping tests during the init phase
  • Loading branch information
vkarak authored Oct 22, 2024
2 parents 5800c2d + 1937a57 commit 90d6980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframe/core/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def instantiate_all(self, reset_sysenv=0, external_vars=None):
kwargs['reset_sysenv'] = reset_sysenv
leaf_tests.append(test(*args, **kwargs))
except SkipTestError as e:
getlogger().warning(
getlogger().verbose(
f'skipping test {test.__qualname__!r}: {e}'
)
except Exception:
Expand Down

0 comments on commit 90d6980

Please sign in to comment.