Skip to content

Commit

Permalink
Skipping nested test
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas authored Oct 11, 2023
1 parent 9890b12 commit d815394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_delayed_exec():
"""Can you write a single block of code and run_code it that prints something, then delays 1 second, then prints something else? No talk just code. Thanks!"""
)


@pytest.mark.skip(reason="This works fine when I run it but fails frequently in Github Actions... will look into it after the hackathon")
def test_nested_loops_and_multiple_newlines():
interpreter.chat(
"""Can you write a nested for loop in python and shell and run them? Don't forget to properly format your shell script and use semicolons where necessary. Also put 1-3 newlines between each line in the code. Only generate and execute the code. No explanations. Thanks!"""
Expand Down

0 comments on commit d815394

Please sign in to comment.