From 659b1fba99a5f14abfcc4300b9f974e14d9b6681 Mon Sep 17 00:00:00 2001 From: Gaurav Jain Date: Mon, 1 Jun 2020 16:01:21 -0700 Subject: [PATCH] Re-enable backwards compatibility test PiperOrigin-RevId: 314221282 Change-Id: If7b6714eef3c3a69c3bddcb468aabb16bd29ddea --- tensorflow/core/ops/compat/BUILD | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tensorflow/core/ops/compat/BUILD b/tensorflow/core/ops/compat/BUILD index d8bfd4473f7..299076d8cfd 100644 --- a/tensorflow/core/ops/compat/BUILD +++ b/tensorflow/core/ops/compat/BUILD @@ -39,10 +39,6 @@ tf_cc_test( "ops_history_v*/*.pbtxt", "ops_history.v*.pbtxt", ]), - tags = [ - "no_oss", # TODO(b/150030420): Reenable when fix lands. - "notap", # TODO(b/150030420): Reenable when fix lands. - ], deps = [ ":op_compatibility_lib", "//tensorflow/core:framework",