Bazel to cmake

PiperOrigin-RevId: 377550260
diff --git a/integrations/tensorflow/e2e/keras/applications/CMakeLists.txt b/integrations/tensorflow/e2e/keras/applications/CMakeLists.txt
index 7760534..8b0ef04 100644
--- a/integrations/tensorflow/e2e/keras/applications/CMakeLists.txt
+++ b/integrations/tensorflow/e2e/keras/applications/CMakeLists.txt
@@ -28,6 +28,8 @@
     "tf;tflite;iree_llvmaot;iree_vulkan"
   FAILING_CONFIGURATIONS
     ",,,VGG19,tflite"
+    ",,,VGG19,iree_llvmaot"
+    ",,,VGG19,iree_vulkan"
   LABELS
     "manual"
 )