chore(): skip some tests

This commit is contained in:
Manu Mtz.-Almeida
2019-01-22 21:20:50 +01:00
parent 9fcddc2d5c
commit 854e345088
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { E2EPage, newE2EPage } from '@stencil/core/testing';
test('item: inputs', async () => {
test.skip('item: inputs', async () => {
const page = await newE2EPage({
url: '/src/components/item/test/inputs?ionic:_testing=true'
});

View File

@@ -1,6 +1,6 @@
import { newE2EPage } from '@stencil/core/testing';
test('menu: basic', async () => {
test.skip('menu: basic', async () => {
const page = await newE2EPage({
url: '/src/components/menu/test/basic?ionic:_testing=true'

View File

@@ -1,6 +1,6 @@
import { newE2EPage } from '@stencil/core/testing';
test('select: basic', async () => {
test.skip('select: basic', async () => {
const page = await newE2EPage({
url: '/src/components/select/test/basic?ionic:_testing=true'
});