Skip to content

Commit 8ca129f

Browse files
committed
style(test): remove old comment
1 parent cec5581 commit 8ca129f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/lua/test_log.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def replay_logs(self, request, tmp_path_factory) -> tuple[Path, Path, Path]:
146146

147147
return original_jsonl, lua_log_path, python_log_path
148148

149-
# @pytest.mark.skip(reason="Skipping until we can get the log file to match")
150149
def test_compare_lua_logs_with_original_run(
151150
self, replay_logs: tuple[Path, Path, Path]
152151
) -> None:

0 commit comments

Comments
 (0)