Skip to content

Commit 8311ce3

Browse files
RomarioRomario
authored andcommitted
skip multipart for the moment due to a server bug 500
1 parent 70f3743 commit 8311ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api_tests/petStore/PetStoreCrudTests.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test.describe('CRUD API tests for the Pet Store API', async () => {
6161
})
6262
})
6363

64-
test('create pet image', async () => {
64+
test.skip('create pet image', async () => {
6565
await test.step('upload another image to the pet that was created in the previous test', async () => {
6666
let imageFileName: string = 'pug.png'
6767
let response = await petStoreCrudActions.uploadPetImage(createdPedtId, imageFileName);

0 commit comments

Comments
 (0)