Skip to content

Commit 6eafb64

Browse files
authored
fix: skip download attachment tests due to API bug (#389)
1 parent c129794 commit 6eafb64

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/shared/data-fabric/attachment.integration.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ describe.skipIf(!hasAttachmentConfig).each(modes)(
133133
});
134134
});
135135

136-
describe('downloadAttachment', () => {
136+
// TODO: skipped due to API bug returning 500 on download — re-enable once fixed
137+
describe.skip('downloadAttachment', () => {
137138
it('should upload and then download an attachment via service method', async () => {
138139
const { entities } = getServices();
139140

0 commit comments

Comments
 (0)