diff --git a/anyscale_provider/operators/anyscale.py b/anyscale_provider/operators/anyscale.py index aae915a..98f8923 100644 --- a/anyscale_provider/operators/anyscale.py +++ b/anyscale_provider/operators/anyscale.py @@ -329,10 +329,6 @@ def on_kill(self) -> None: self.log.info("Termination request received. Submitted request to terminate the anyscale service rollout.") return - @staticmethod - def test_me() -> None: - assert 1 == 1 - def execute(self, context: Context) -> None: """ Execute the service rollout to Anyscale.