@@ -88,11 +88,11 @@ def run_large_initialize(location, regions, return_exact_agents):
88
88
assert response .light_recurrent_states is not None
89
89
90
90
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)
95
95
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