Skip to content

Commit

Permalink
Skip flaky test (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat authored Oct 3, 2023
1 parent b3ae6e8 commit d0a0ffc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const cleanRelatedImages = async (page: Page) => {
for (const mediaType of supportedMediaTypes) {
for (const dir of languageDirections) {
breakpoints.describeEvery(({ breakpoint, expectSnapshot }) => {
test(`${mediaType} ${dir} single-result page snapshots from search results`, async ({
// https://github.com/WordPress/openverse/issues/3112
test.skip(`${mediaType} ${dir} single-result page snapshots from search results`, async ({
page,
}) => {
await preparePageForTests(page, breakpoint)
Expand Down

0 comments on commit d0a0ffc

Please sign in to comment.