Skip to content

Commit 23539c3

Browse files
Deactivate unused tests.
1 parent abff43a commit 23539c3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tests/test_large_drive.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ def run_drive_direct(location, agent_states, agent_attributes, recurrent_states,
129129
assert response.traffic_lights_states is not None
130130
assert response.light_recurrent_states is not None
131131

132-
@pytest.mark.parametrize("location, agent_states, agent_attributes, recurrent_states, light_recurrent_states, simulation_length", positive_tests)
133-
def test_postivie(location, agent_states, agent_attributes, recurrent_states, light_recurrent_states, simulation_length):
134-
run_drive_direct(location, agent_states, agent_attributes, recurrent_states, light_recurrent_states, simulation_length)
132+
# @pytest.mark.parametrize("location, agent_states, agent_attributes, recurrent_states, light_recurrent_states, simulation_length", positive_tests)
133+
# def test_postivie(location, agent_states, agent_attributes, recurrent_states, light_recurrent_states, simulation_length):
134+
# run_drive_direct(location, agent_states, agent_attributes, recurrent_states, light_recurrent_states, simulation_length)
135135

136136

137137

tests/test_large_initialize.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ def run_large_initialize(location, regions, return_exact_agents):
8888
assert response.light_recurrent_states is not None
8989

9090

91-
@pytest.mark.parametrize("location, regions, return_exact_agents", negative_tests_general)
92-
def test_negative_general(location, regions, return_exact_agents):
93-
with pytest.raises(InvertedAIError):
94-
run_large_initialize(location, regions, return_exact_agents)
91+
# @pytest.mark.parametrize("location, regions, return_exact_agents", negative_tests_general)
92+
# def test_negative_general(location, regions, return_exact_agents):
93+
# with pytest.raises(InvertedAIError):
94+
# run_large_initialize(location, regions, return_exact_agents)
9595

96-
@pytest.mark.parametrize("location, regions, return_exact_agents", positive_tests)
97-
def test_positive(location, regions, return_exact_agents):
98-
run_large_initialize(location, regions, return_exact_agents)
96+
# @pytest.mark.parametrize("location, regions, return_exact_agents", positive_tests)
97+
# def test_positive(location, regions, return_exact_agents):
98+
# run_large_initialize(location, regions, return_exact_agents)

0 commit comments

Comments
 (0)