Skip to content

Commit

Permalink
chore(tests): temporary disable stakepools test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed May 16, 2024
1 parent 89db8f3 commit 9d23c6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const nodeUrl =
process.env.NODE_URL || "https://api.blockberry.one/mina-berkeley/"
const apiKey = process.env.API_KEY || "2u8a1S9H2NK1kP3olo9962qaRdr2ub" // this is a test api-key for the test-suite, not for production.

describe("Blockberry Stake Pools Provider (Functional)", () => {
// TODO: Reenable when we readd the list of validators
describe.skip("Blockberry Stake Pools Provider (Functional)", () => {
let provider: ReturnType<typeof Blockberry.createStakePoolProvider>

beforeEach(() => {
Expand Down

0 comments on commit 9d23c6b

Please sign in to comment.