Skip to content

Commit 9e8e3e4

Browse files
committed
skip test
1 parent 0a363eb commit 9e8e3e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scaleway/scaleway/instance/v1/test_user_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def setUp(self) -> None:
2424
volumes={},
2525
)
2626

27+
@unittest.skip("API Test is not up")
2728
def test_set_and_get_server_user_data(self) -> None:
2829
key = "first key"
2930
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:
3536
)
3637
self.assertIsNotNone(user_data)
3738

39+
@unittest.skip("API Test is not up")
3840
def test_set_and_get_all_user_data(self):
3941
key = "first key"
4042
content = b"content first key"

0 commit comments

Comments
 (0)