Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575247902
  • Loading branch information
aferludin authored and tensorflower-gardener committed Oct 20, 2023
1 parent 0081e73 commit 3de0749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_gnn/experimental/sampler/beam/executor_lib_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ def test_multiple_inputs(self):
def test_any_composite(self):

# TODO: b/294854329 - Re-enable when the TF fuzzing issue is resolved.
if tf.__version__.startswith('2.15'):
self.skipTest('Fails with tf internal error on tf 2.14 nightly')
if tf.__version__.startswith('2.15') or tf.__version__.startswith('2.16'):
self.skipTest('Fails with tf internal error on tf 2.15, 2.16 nightly')

i = tf.keras.Input([2], name='input')
o = i
Expand Down

0 comments on commit 3de0749

Please sign in to comment.