Skip to content

Commit 9aead21

Browse files
committed
test: skip flaky test
1 parent f1aa169 commit 9aead21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/provider/test/koios.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe.sequential("Koios", () => {
5353
expect(utxos).toStrictEqual([PreprodConstants.discoveryUTxO]);
5454
});
5555

56-
test("getDelegation", async () => {
56+
test.skip("getDelegation", async () => {
5757
const delegation = await koios.getDelegation(
5858
"stake_test17zt3vxfjx9pjnpnapa65lx375p2utwxmpc8afj053h0l3vgc8a3g3",
5959
);

0 commit comments

Comments
 (0)