mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): skip some tests
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user