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 db3302e commit 54391fdCopy full SHA for 54391fd
test/integration/api/admin/api_spec.js
@@ -1474,7 +1474,7 @@ describe("api", function () {
1474
expect(resources[0].bytes).to.eql(3381);
1475
}));
1476
1477
- it("should restore different versions of a deleted asset when passed an asset ID", async function () {
+ it.skip("should restore different versions of a deleted asset when passed an asset ID", async function () {
1478
this.timeout(TIMEOUT.LARGE);
1479
1480
// Upload the same file twice (upload->delete->upload->delete)
0 commit comments