Skip to content

Commit

Permalink
Merge pull request #43413 from tensorflow/mm-fix-2.2
Browse files Browse the repository at this point in the history
Fix tests broken during cherry-picks
  • Loading branch information
mihaimaruseac committed Sep 21, 2020
2 parents 4b4f910 + c1e4f34 commit 407f894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tensorflow/python/ops/raw_ops_test.py
Expand Up @@ -32,7 +32,6 @@


@test_util.run_all_in_graph_and_eager_modes
@test_util.disable_tfrt
class RawOpsTest(test.TestCase, parameterized.TestCase):

def testSimple(self):
Expand Down
1 change: 1 addition & 0 deletions tensorflow/python/ops/sparse_ops_test.py
Expand Up @@ -24,6 +24,7 @@
from tensorflow.python.eager import context
from tensorflow.python.framework import constant_op
from tensorflow.python.framework import dtypes
from tensorflow.python.framework import errors
from tensorflow.python.framework import ops
from tensorflow.python.framework import sparse_tensor
from tensorflow.python.framework import test_util
Expand Down

0 comments on commit 407f894

Please sign in to comment.