Skip to content

Commit

Permalink
Fix (backend-federation:test): 상태가 이상한 테스트 비활성화
Browse files Browse the repository at this point in the history
packages/backend/test-federation/test/timeline.test.ts#L128
고쳐지면 주석 해제할 것.
  • Loading branch information
HotoRas committed Nov 16, 2024
1 parent 5f4306a commit 0d64ff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/test-federation/test/timeline.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ describe('Timeline', () => {
* FIXME: cannot receive this
* @see https://github.com/misskey-dev/misskey/issues/14084
*/
/*
test.failing('Receive remote followee\'s visible specified-only reply to invisible specified-only Note', async () => {
const note = (await alice.client.request('notes/create', { text: 'a', visibility: 'specified' })).createdNote;
await postAndCheckReception(homeTimeline, true, { replyId: note.id, visibility: 'specified', visibleUserIds: [bobInA.id] });
});
*/
});
});

Expand Down

0 comments on commit 0d64ff7

Please sign in to comment.