We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4200ba commit aab32adCopy full SHA for aab32ad
scaleway/tests/test_total_count_legacy.py
@@ -9,7 +9,7 @@
9
stream_handler = logging.StreamHandler(sys.stdout)
10
logger.addHandler(stream_handler)
11
12
-
+@unittest.skip("To remove")
13
class TestTotalCountLegacy(unittest.TestCase):
14
def setUp(self) -> None:
15
self.client = Client.from_env()
0 commit comments