diff --git a/tests/visual/scenes/graphics/graphics-tint.scene.ts b/tests/visual/scenes/graphics/graphics-tint.scene.ts index 8a612483c3..513593d96c 100644 --- a/tests/visual/scenes/graphics/graphics-tint.scene.ts +++ b/tests/visual/scenes/graphics/graphics-tint.scene.ts @@ -5,7 +5,6 @@ import type { TestScene } from '../../types'; export const scene: TestScene = { it: 'should set tint of graphics correctly', - only: true, create: async (scene: Container) => { const rect = new Graphics().rect(0, 0, 100, 100).fill('black');