Skip to content

Commit

Permalink
fixup! Add check-result key
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Sep 30, 2024
1 parent e02ee99 commit d7e7066
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tmt/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,10 +1302,6 @@ def manual_test_path(self) -> Path:

return Path(self.node.root) / self.path.unrooted() / str(self.test)

def respect_check(self) -> bool:
""" Whether to respect the check result """
return self.check_result == 'respect'

@property
def test_framework(self) -> tmt.frameworks.TestFrameworkClass:
framework = tmt.frameworks._FRAMEWORK_PLUGIN_REGISTRY.get_plugin(self.framework)
Expand Down

0 comments on commit d7e7066

Please sign in to comment.