Skip to content

Commit

Permalink
skip rpc test
Browse files Browse the repository at this point in the history
  • Loading branch information
intranettus committed Jan 25, 2023
1 parent 17f2938 commit a6edfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Integration Tests
run: make test-i
env:
NODE_URL: https://mainnet-tezos.giganode.io/
NODE_URL: https://mainnet.api.tez.ie
1 change: 1 addition & 0 deletions tests/Integration/Http/ClientFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function testConstants(): void

public function testPendingOperations(): void
{
$this->markTestSkipped();
$response = $this->mempoolClient->getPendingOperation();

self::assertInstanceOf(
Expand Down

0 comments on commit a6edfa6

Please sign in to comment.