0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Skipped admin-x-demo tests (#21221)

no ref

These are flaky on CI this week and we're not currently making use of
this demo.
This commit is contained in:
Steve Larson 2024-10-03 17:10:33 -05:00 committed by GitHub
parent 8b26b52513
commit ed2828861c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import {expect, test} from '@playwright/test';
import {mockApi, responseFixtures} from '@tryghost/admin-x-framework/test/acceptance';
test.describe('Demo', async () => {
test.describe.skip('Demo', async () => {
test('Renders the list page', async ({page}) => {
await mockApi({page, requests: {
browseSettings: {

View file

@ -1,7 +1,7 @@
import ListPage from '../../src/ListPage';
import {render, screen} from '@testing-library/react';
describe('Demo', function () {
describe.skip('Demo', function () {
it('renders a component', async function () {
render(<ListPage />);