Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
Laure-di committed Jan 15, 2025
1 parent 0a363eb commit 9e8e3e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaleway/scaleway/instance/v1/test_user_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 9e8e3e4

Please sign in to comment.