tests: Disable LongFenceChain test
authorTobin Ehlis <tobine@google.com>
Wed, 17 Aug 2016 23:59:31 +0000 (17:59 -0600)
committerTobin Ehlis <tobine@google.com>
Wed, 17 Aug 2016 23:59:31 +0000 (17:59 -0600)
tests/layer_validation_tests.cpp

index 381dd05..92f33b8 100644 (file)
@@ -3066,7 +3066,7 @@ TEST_F(VkLayerTest, ResetUnsignaledFence) {
 
     m_errorMonitor->VerifyNotFound();
 }
-
+#if 0 // A few devices have issues with this test so disabling for now
 TEST_F(VkLayerTest, LongFenceChain)
 {
     m_errorMonitor->ExpectSuccess();
@@ -3101,7 +3101,7 @@ TEST_F(VkLayerTest, LongFenceChain)
 
     m_errorMonitor->VerifyNotFound();
 }
-
+#endif
 TEST_F(VkLayerTest, CommandBufferSimultaneousUseSync)
 {
     m_errorMonitor->ExpectSuccess();