Disable magma conformance tests
The magma conformance tests package was removed from the SDK in
fxr/1198863 which is causing the rolls of this test to fail. This CL
disables the tests.
Change-Id: I69e6d9e1cb925e6793ee890410734605e9f80764
Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1215784
Reviewed-by: Darren Chan <chandarren@google.com>
Reviewed-by: Jiaming Li <lijiaming@google.com>
Commit-Queue: Chase Latta <chaselatta@google.com>
diff --git a/BUILD.bazel b/BUILD.bazel
index 654e2d2..4572956 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -57,7 +57,10 @@
"//drivers/arm-mali/tests/vulkan:vkproto_driver_test",
"//drivers/arm-mali/tests/vulkan:vkreadback_test",
"//drivers/msd-arm-mali:integration_tests",
- "//drivers/msd-arm-mali:magma_conformance_tests",
+
+ # The conformance tests were removed from the SDK. When they are added back
+ # we can turn this test back on.
+ #"//drivers/msd-arm-mali:magma_conformance_tests",
],
)