Skip to content

Commit

Permalink
chore: skip for now with backlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Apr 26, 2024
1 parent 4a60168 commit 407782f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/fiber/tests/renderer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,11 @@ describe('renderer', () => {
expect(scene.children).toStrictEqual(mixedArray)
})

it('can swap 4 array primitives via attach', async () => {
// TODO: fix this case, also see:
// https://github.com/pmndrs/react-three-fiber/issues/1892
// https://github.com/pmndrs/react-three-fiber/issues/3125
// https://github.com/pmndrs/react-three-fiber/issues/3143
it.skip('can swap 4 array primitives via attach', async () => {
const a = new THREE.Group()
const b = new THREE.Group()
const c = new THREE.Group()
Expand Down

0 comments on commit 407782f

Please sign in to comment.