Skip to content

Commit 3b3c676

Browse files
tests: supress e2e tests due to capped RPC node
1 parent 78ec2c1 commit 3b3c676

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

grassroots_e2e_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
)
77

88
func TestGrassroots_RegistryMap(t *testing.T) {
9+
t.Skip("This test requires a live uncapped Celo node to run against. It is not suitable for CI.")
910
p := NewProvider("https://forno.celo.org", CeloMainnet)
1011

1112
rMap, err := p.RegistryMap(context.Background(), SarafuNetworkRegistry)
@@ -16,6 +17,7 @@ func TestGrassroots_RegistryMap(t *testing.T) {
1617
}
1718

1819
func TestGrassroots_GetGESmartContracts(t *testing.T) {
20+
t.Skip("This test requires a live uncapped Celo node to run against. It is not suitable for CI.")
1921
p := NewProvider("https://forno.celo.org", CeloMainnet)
2022

2123
aMap, err := p.GetGESmartContracts(context.Background(), []string{

index_iter_e2e_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
)
99

1010
func TestIndexIter_Next(t *testing.T) {
11+
t.Skip("This test requires a live uncapped Celo node to run against. It is not suitable for CI.")
1112
p := NewProvider("https://forno.celo.org", CeloMainnet)
1213

1314
ctx := context.Background()

0 commit comments

Comments
 (0)