Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lutien authored and Lightning00Blade committed Dec 11, 2023
1 parent 9a3268d commit 65bc2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/testloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def _load_tests(self):
if self.skip_timeout and test.expected() == "TIMEOUT":
enabled = False
if self.skip_crash and test.expected() == "CRASH":
enabled = False
enabled = False
if self.skip_implementation_status and test.implementation_status() in self.skip_implementation_status:
# for backlog, we want to run timeout/crash:
if not (test.implementation_status() == "implementing" and test.expected() in ["TIMEOUT", "CRASH"]):
Expand Down

0 comments on commit 65bc2a3

Please sign in to comment.