Skip to content

Commit

Permalink
Disable constant_op_eager_test_gpu for windows
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410948928
Change-Id: I50d1dbc2768b9f6a15da9e4eed950374ea95ae29
  • Loading branch information
pak-laura authored and tensorflower-gardener committed Nov 19, 2021
1 parent 24ecfdb commit 33ff113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/python/kernel_tests/array_ops/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ cuda_py_test(
name = "constant_op_eager_test",
size = "small",
srcs = ["constant_op_eager_test.py"],
tags = [
"no_windows", # TODO(b/207048720): re-enable
],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
Expand Down

0 comments on commit 33ff113

Please sign in to comment.