From 76103e806c8ccf3f84f6cd1efba441482d6f1972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Tue, 10 Sep 2019 22:14:00 +0200 Subject: [PATCH] Skip test_sampling_distribution until we have a solution for snail tests See #1288 --- .../main/staking_escrow/test_sampling_distribution.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/blockchain/eth/contracts/main/staking_escrow/test_sampling_distribution.py b/tests/blockchain/eth/contracts/main/staking_escrow/test_sampling_distribution.py index 995488c7e..4d598062c 100644 --- a/tests/blockchain/eth/contracts/main/staking_escrow/test_sampling_distribution.py +++ b/tests/blockchain/eth/contracts/main/staking_escrow/test_sampling_distribution.py @@ -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): #