Skip to content

Commit f6f1dcf

Browse files
committed
Disable cowswap tests
1 parent 7a75911 commit f6f1dcf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

gnosis/eth/tests/oracles/test_cowswap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from django.test import TestCase
44

5+
import pytest
56
from eth_account import Account
67
from requests import Session
78

@@ -17,6 +18,7 @@
1718
from ..utils import just_test_if_mainnet_node
1819

1920

21+
@pytest.skip("Having issues often", allow_module_level=True)
2022
class TestCowswapOracle(EthereumTestCaseMixin, TestCase):
2123
def test_get_price(self):
2224
mainnet_node = just_test_if_mainnet_node()

gnosis/protocol/tests/test_gnosis_protocol_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from .. import GnosisProtocolAPI, Order, OrderKind
1212

1313

14+
@pytest.skip("Having issues often", allow_module_level=True)
1415
class TestGnosisProtocolAPI(TestCase):
1516
@classmethod
1617
def setUpClass(cls):

0 commit comments

Comments
 (0)