Skip to content

Commit

Permalink
Disable lux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard committed Nov 6, 2024
1 parent c12f805 commit f91311f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kaggle_environments/envs/lux_ai_s3/test_lux.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import sys
from kaggle_environments import make

def test_lux_completes():
def xtest_lux_completes():
env = make("lux_ai_s3", debug=True)
env.run(["random_agent", "random_agent"])
json = env.toJSON()
assert json["name"] == "lux_ai_s3"
assert json["statuses"] == ["DONE", "DONE"]
assert json["statuses"] == ["DONE", "DONE"]

0 comments on commit f91311f

Please sign in to comment.