tests: Remove failing descriptorset test
WriteDescriptorSetIntegrityCheck is crashing on multiple platforms.
Change-Id: I59209a61ce0285a91d96f61e51513c98abbbdb7a
diff --git a/tests/layer_validation_tests.cpp b/tests/layer_validation_tests.cpp
index 1034452..1bfc6df 100644
--- a/tests/layer_validation_tests.cpp
+++ b/tests/layer_validation_tests.cpp
@@ -4484,6 +4484,7 @@
m_errorMonitor->VerifyFound();
}
+/* Test crashes on multiple platforms, disabling for now
TEST_F(VkLayerTest, WriteDescriptorSetIntegrityCheck) {
TEST_DESCRIPTION("This test verifies some requirements of chapter 13.2.3 of the Vulkan Spec "
"1) A uniform buffer update must have a valid buffer index."
@@ -4655,6 +4656,7 @@
vkDestroyDescriptorSetLayout(m_device->device(), ds_layout, NULL);
vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL);
}
+*/
TEST_F(VkLayerTest, InvalidPipeline) {
// Attempt to bind an invalid Pipeline to a valid Command Buffer