Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bc52f2

Browse files
yifeiftensorflower-gardener
authored andcommitted
Actually disable applications_load_weight_test_nasnet in tsan.
PiperOrigin-RevId: 293857747 Change-Id: I015d2f9d4b9802f79a453a5987080165c6c581d1
1 parent ebf0398 commit 7bc52f2

File tree

1 file changed

+1
-1
lines changed
  • tensorflow/python/keras/applications

1 file changed

+1
-1
lines changed

tensorflow/python/keras/applications/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ tf_py_test(
242242
tags = [
243243
"no_oss",
244244
"no_pip",
245-
"noasan", # b/149100891
245+
"notsan", # b/149100891
246246
],
247247
deps = [
248248
":applications",

0 commit comments

Comments
 (0)