Skip to content

Commit

Permalink
Merge pull request #407 from neonlabsorg/disable-tracer-delegate-test
Browse files Browse the repository at this point in the history
Skip delegate_call test
  • Loading branch information
s-medvedev authored Aug 19, 2024
2 parents 882e5c2 + e393d98 commit 4514e64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def test_callTracer_call_contract_from_contract_type_call(self, events_checker_c
expected_response = self.fill_expected_response(instruction_tx, receipt, calls_value="0x0")
self.assert_response_contains_expected(expected_response, response)

@pytest.mark.skip(reason="SLA-119")
def test_callTracer_call_contract_from_contract_type_delegate_call(self, events_checker_contract, event_checker_callee_address):
sender_account = self.accounts[0]

Expand Down

0 comments on commit 4514e64

Please sign in to comment.