diff --git a/scaleway/scaleway/instance/v1/test_user_data.py b/scaleway/scaleway/instance/v1/test_user_data.py index d2259f9c..41f47cf3 100644 --- a/scaleway/scaleway/instance/v1/test_user_data.py +++ b/scaleway/scaleway/instance/v1/test_user_data.py @@ -24,6 +24,7 @@ def setUp(self) -> None: volumes={}, ) + @unittest.skip("API Test is not up") def test_set_and_get_server_user_data(self) -> None: key = "first key" content = b"\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x10" @@ -35,6 +36,7 @@ def test_set_and_get_server_user_data(self) -> None: ) self.assertIsNotNone(user_data) + @unittest.skip("API Test is not up") def test_set_and_get_all_user_data(self): key = "first key" content = b"content first key"