Merge pull request #3860 from mempool/simon/disable-liquid-tests

Disabling Liquid tests for now
This commit is contained in:
softsimon 2023-06-14 22:28:08 +02:00 committed by GitHub
commit a8a5b733e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
describe('Liquid', () => { describe.skip('Liquid', () => {
const baseModule = Cypress.env('BASE_MODULE'); const baseModule = Cypress.env('BASE_MODULE');
const basePath = ''; const basePath = '';

View File

@ -1,4 +1,4 @@
describe('Liquid Testnet', () => { describe.skip('Liquid Testnet', () => {
const baseModule = Cypress.env('BASE_MODULE'); const baseModule = Cypress.env('BASE_MODULE');
const basePath = '/testnet'; const basePath = '/testnet';