mirror of https://github.com/nucypher/nucypher.git
Merge pull request #2644 from KPrasch/skipper
Temporary skip for contract upgradeability testpull/2646/head
commit
82ebce698a
|
@ -40,6 +40,8 @@ from nucypher.crypto.powers import TransactingPower
|
|||
from tests.constants import INSECURE_DEVELOPMENT_PASSWORD
|
||||
from tests.fixtures import make_token_economics
|
||||
from tests.utils.blockchain import free_gas_price_strategy
|
||||
import pytest
|
||||
|
||||
|
||||
USER = "nucypher"
|
||||
REPO = "nucypher"
|
||||
|
@ -133,6 +135,7 @@ def skip_test(blockchain_interface: BlockchainDeployerInterface, contract_name:
|
|||
return force_skip or len(raw_contracts[contract_name]) == 1
|
||||
|
||||
|
||||
@pytest.mark.skip() # TODO: Unskip this test
|
||||
def test_upgradeability(temp_dir_path):
|
||||
# Prepare remote source for compilation
|
||||
download_github_dir(GITHUB_SOURCE_LINK, temp_dir_path)
|
||||
|
|
Loading…
Reference in New Issue