We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f3743 commit 8311ce3Copy full SHA for 8311ce3
tests/api_tests/petStore/PetStoreCrudTests.spec.ts
@@ -61,7 +61,7 @@ test.describe('CRUD API tests for the Pet Store API', async () => {
61
})
62
63
64
- test('create pet image', async () => {
+ test.skip('create pet image', async () => {
65
await test.step('upload another image to the pet that was created in the previous test', async () => {
66
let imageFileName: string = 'pug.png'
67
let response = await petStoreCrudActions.uploadPetImage(createdPedtId, imageFileName);
0 commit comments