From 201b4facf511710d05227dea2cc680744012a7ea Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Mon, 27 Apr 2020 17:32:49 +0200 Subject: [PATCH] A few test cleanup - disable test for vulkan bumblebee, there is no implementation --- Test.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Test.hs b/Test.hs index 8a990c8..828c972 100755 --- a/Test.hs +++ b/Test.hs @@ -98,7 +98,7 @@ main = do describe "Nvidia - Bumblebee" $ do describe "OpenGL" $ do checkOpenGL "NVIDIA" "nixGLNvidiaBumblebee" - describe "Vulkan" $ do + xdescribe "Vulkan" $ do -- Not tested: I don't have the hardware (@guibou) checkVulkan "NVIDIA" "nixVulkanNvidiaBumblebee" @@ -107,5 +107,4 @@ main = do describe "OpenGL" $ do checkOpenGL "NVIDIA" "nixGLNvidia" describe "Vulkan" $ do - describe "Nvidia" $ do checkVulkan "NVIDIA" "nixVulkanNvidia"