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 6cfc1a4 commit 74052f0Copy full SHA for 74052f0
test/integration/api/admin/api_spec.js
@@ -1388,7 +1388,7 @@ describe("api", function () {
1388
expect(finalDeleteResp).to.have.property("deleted");
1389
});
1390
1391
- it('should restore two different deleted assets', async () => {
+ it.skip('should restore two different deleted assets', async () => {
1392
this.timeout(TIMEOUT.LARGE);
1393
1394
// Upload two different files
0 commit comments