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 74052f0 commit 32bb710Copy full SHA for 32bb710
test/integration/api/admin/api_spec.js
@@ -1330,7 +1330,7 @@ describe("api", function () {
1330
});
1331
1332
describe('.restore', function () {
1333
- it('should restore different versions of a deleted asset', async function () {
+ it.skip('should restore different versions of a deleted asset', async function () {
1334
this.timeout(TIMEOUT.LARGE);
1335
1336
// Upload the same file twice (upload->delete->upload->delete)
0 commit comments