diff --git a/Basis/Packages/com.basis.camera/Tests/Editor/BasisHandHeldCameraVolumeTests.cs b/Basis/Packages/com.basis.camera/Tests/Editor/BasisHandHeldCameraVolumeTests.cs index 2cd3a3ae79..4767dfb804 100644 --- a/Basis/Packages/com.basis.camera/Tests/Editor/BasisHandHeldCameraVolumeTests.cs +++ b/Basis/Packages/com.basis.camera/Tests/Editor/BasisHandHeldCameraVolumeTests.cs @@ -99,7 +99,7 @@ public void AProfileMissingFromTheMetadataIsTakenFromTheVolume() Assert.That(_camera.MetaData.Profile, Is.EqualTo(_profile)); } -#if BASIS_HAS_GI +#if BASIS_HAS_GI && !UNITY_ANDROID [Test] public void TheCaptureCameraIsRegisteredForGlobalIllumination() {