Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Oct 8, 2024
1 parent 4fa21e1 commit 4fabd9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/integration_tests/test_learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_statefulset_operator(self):
workdir_path=workdir_path,
operator_config=config,
cluster_runtime="KIND",
preload_images_=None,
context_file=context_cache,
helper_crd=None,
num_workers=1,
Expand All @@ -47,6 +46,5 @@ def test_statefulset_operator(self):
is_reproduce=False,
input_model=DeterministicInputModel,
apply_testcase_f=apply_testcase,
delta_from=None,
focus_fields=config.focus_fields,
)
2 changes: 1 addition & 1 deletion test/integration_tests/test_semantic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_rbop_tests(self):
custom_module_path=self.config.custom_module,
)

input_model.generate_test_plan(delta_from=None, focus_fields=None)
input_model.generate_test_plan(focus_fields=None)
input_model.set_worker_id(0)
input_model.set_mode(InputModel.NORMAL)

Expand Down

0 comments on commit 4fabd9f

Please sign in to comment.