Skip to content

Commit

Permalink
temporary unit test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Aug 6, 2021
1 parent 552984d commit 6976604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/test_console_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import unittest.mock as mock
from io import StringIO
from typing import Optional
from unittest import skip

from b2sdk.v1 import StubAccountInfo
from b2sdk.v1 import B2Api
Expand Down Expand Up @@ -401,6 +402,7 @@ def test_encrypted_buckets(self):

self._run_command(['list-buckets'], expected_stdout, '', 0)

@skip('New b2-sdk already works with simulated keys')
def test_keys(self):
self._authorize_account()

Expand Down

0 comments on commit 6976604

Please sign in to comment.