Skip to content

Commit

Permalink
chore: paused custom url tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hatskier committed Jul 6, 2023
1 parent ba9993b commit 9d1b834
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/CustomUrlsExample.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const { WrapperBuilder } = require("@redstone-finance/evm-connector");

describe("CustomUrlsExample", function () {
// Paused this example for now, since out custom URLs oracles
// Are not working properly
describe.skip("CustomUrlsExample", function () {
let contract;

beforeEach(async () => {
Expand Down

0 comments on commit 9d1b834

Please sign in to comment.