Disabling Liquid tests for now

This commit is contained in:
softsimon
2023-06-14 22:20:18 +02:00
parent a99515e94a
commit f09939a201
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 basePath = '';

View File

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