commit 201b4facf511710d05227dea2cc680744012a7ea
parent 122026d20c1e6a01f1024f92c991b6ce7140f721
Author: Guillaume Bouchard <guillaume.bouchard@tweag.io>
Date: Mon, 27 Apr 2020 17:32:49 +0200
A few test cleanup
- disable test for vulkan bumblebee, there is no implementation
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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"