Skip to content

Commit

Permalink
Fix tests breaking on days with special theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kezsulap committed Dec 22, 2024
1 parent c52734a commit 008719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def get_header_content():
header_content = get_header_content()

def make_file_link(path):
return f'file://{os.path.abspath(path)}'
return f'file://{os.path.abspath(path)}?theme=disable'

def run_test_to_new_file(inputs, test_name):
with tempfile.NamedTemporaryFile(suffix=get_test_output_file_suffix(test_name), delete=False) as f:
Expand Down

0 comments on commit 008719d

Please sign in to comment.