diff --git a/stubs/tensorflow/@tests/stubtest_allowlist.txt b/stubs/tensorflow/@tests/stubtest_allowlist.txt index 5700e283375f..54f489ac7baa 100644 --- a/stubs/tensorflow/@tests/stubtest_allowlist.txt +++ b/stubs/tensorflow/@tests/stubtest_allowlist.txt @@ -85,3 +85,12 @@ tensorflow.io.SparseFeature.__new__ # Metaclass inconsistency. The runtime metaclass is defined from c++ extension and is undocumented. tensorflow.io.TFRecordWriter + +# stubtest does not pass for protobuf generated stubs. +tensorflow.train.Example.* +tensorflow.train.BytesList.* +tensorflow.train.Feature.* +tensorflow.train.FloatList.* +tensorflow.train.Int64List.* +tensorflow.train.ClusterDef.* +tensorflow.train.ServerDef.*