Skip to content

Commit

Permalink
skip getBlob test
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed May 8, 2023
1 parent 7941e1e commit 0d6e909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/pds/tests/file-uploads.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ describe('file uploads', () => {
expect(uint8arrays.equals(smallFile, storedBytes)).toBeTruthy()
})

it('can fetch the file after being referenced', async () => {
// @TODO re-enable when blob sync is turned back on
it.skip('can fetch the file after being referenced', async () => {
const { headers, data } = await aliceAgent.api.com.atproto.sync.getBlob({
did: alice.did,
cid: smallBlob.ref.toString(),
Expand Down

0 comments on commit 0d6e909

Please sign in to comment.