diff --git a/src/test/kotlin/graphics/scenery/tests/examples/stresstests/ExampleRunner.kt b/src/test/kotlin/graphics/scenery/tests/examples/stresstests/ExampleRunner.kt index b37017872..f8762b447 100644 --- a/src/test/kotlin/graphics/scenery/tests/examples/stresstests/ExampleRunner.kt +++ b/src/test/kotlin/graphics/scenery/tests/examples/stresstests/ExampleRunner.kt @@ -120,6 +120,7 @@ class ExampleRunner( "TransferFunctionEditorExample", // these examples need additional hardware "VRControllerExample", + "VRControllerAdvancedExample", "VRSideChainsExample", "VRVolumeCroppingExample", "EyeTrackingExample",