Skip test_sampling_distribution until we have a solution for snail tests

See #1288
pull/1259/head
David Núñez 2019-09-10 22:14:00 +02:00
parent 9614646593
commit 76103e806c
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ from nucypher.blockchain.eth.constants import STAKING_ESCROW_CONTRACT_NAME
# TODO: #1288 - Consider moving this test out from regular CI workflow to a scheduled workflow (e.g., nightly)
@pytest.mark.slow
# @pytest.mark.slow
@pytest.mark.skip("Until SAMPLES can be raised. See #1288")
def test_sampling_distribution(testerchain, token, deploy_contract):
#