Disable flaky test.
This test fails in 63 out of 100 runs.
PiperOrigin-RevId: 341641061
diff --git a/integrations/tensorflow/e2e/keras/layers/BUILD b/integrations/tensorflow/e2e/keras/layers/BUILD
index ec58640..9fae94b 100644
--- a/integrations/tensorflow/e2e/keras/layers/BUILD
+++ b/integrations/tensorflow/e2e/keras/layers/BUILD
@@ -137,8 +137,13 @@
FAILING_STATIC = [
{
+ # This layer is numerically flaky – TODO(meadowlark) create minimal reproducer.
+ "layer": "ConvLSTM2D", # Flaky
+ },
+ {
# Wrapping these in a tf.function appears to cause a keras bug.
"layer": [
+ "ConvLSTM2D",
"GRUCell",
"LSTMCell",
"SimpleRNNCell",