Skip to content

Commit fdfa437

Browse files
PaulHaxfloryst
authored andcommitted
chore(tests): remove .only from testForceRenderPass.js
1 parent 49bf5c8 commit fdfa437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Rendering/OpenGL/ImageSlice/test/testForceRenderPass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ test.onlyIfWebGL('Test ImageMapper forceOpaque', (t) => {
106106
renderWindow.render();
107107
});
108108

109-
test.onlyIfWebGL.only('Test ImageMapper forceTranslucent', (t) => {
109+
test.onlyIfWebGL('Test ImageMapper forceTranslucent', (t) => {
110110
const { glWindow, renderWindow, actorAbove, actorBelow, gc } = setupSlices(t);
111111

112112
actorBelow.getProperty().setOpacity(0.9);

0 commit comments

Comments
 (0)