Skip to content

Commit

Permalink
Disable cowswap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Apr 27, 2023
1 parent 7a75911 commit f6f1dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnosis/eth/tests/oracles/test_cowswap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from django.test import TestCase

import pytest
from eth_account import Account
from requests import Session

Expand All @@ -17,6 +18,7 @@
from ..utils import just_test_if_mainnet_node


@pytest.skip("Having issues often", allow_module_level=True)
class TestCowswapOracle(EthereumTestCaseMixin, TestCase):
def test_get_price(self):
mainnet_node = just_test_if_mainnet_node()
Expand Down
1 change: 1 addition & 0 deletions gnosis/protocol/tests/test_gnosis_protocol_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from .. import GnosisProtocolAPI, Order, OrderKind


@pytest.skip("Having issues often", allow_module_level=True)
class TestGnosisProtocolAPI(TestCase):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit f6f1dcf

Please sign in to comment.