Skip to content

Commit

Permalink
Disabling resource provider check
Browse files Browse the repository at this point in the history
Disabling because the reproducibility of this is difficult due to the varying responses from the server. We should be doing this in the resource provider plugin anyways.
  • Loading branch information
aaroncox committed Aug 13, 2024
1 parent e7b72ed commit 2274ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/plugins.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {resourceProviderPlugin} from './plugins/transact/resource-provider'
// import {resourceProviderPlugin} from './plugins/transact/resource-provider'

suite('plugins', function () {
suite('transact', function () {
resourceProviderPlugin()
// resourceProviderPlugin()
})
})

0 comments on commit 2274ace

Please sign in to comment.