mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Disabling Liquid tests for now
This commit is contained in:
parent
a99515e94a
commit
f09939a201
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
describe('Liquid', () => {
|
||||
describe.skip('Liquid', () => {
|
||||
const baseModule = Cypress.env('BASE_MODULE');
|
||||
const basePath = '';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
describe('Liquid Testnet', () => {
|
||||
describe.skip('Liquid Testnet', () => {
|
||||
const baseModule = Cypress.env('BASE_MODULE');
|
||||
const basePath = '/testnet';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue