Skip to content

Commit

Permalink
Set large tests to run exclusively.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-choncholas committed Sep 23, 2024
1 parent 96fcb16 commit ffd05a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tf_shell_ml/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ py_test(
name = "mnist_post_scale_test",
size = "large",
srcs = ["mnist_post_scale_test.py"],
tags = ["exclusive"],
deps = [
"//tf_shell_ml",
requirement("tensorflow-cpu"),
Expand All @@ -24,6 +25,7 @@ py_test(
name = "mnist_enc_backprop_test",
size = "large",
srcs = ["mnist_enc_backprop_test.py"],
tags = ["exclusive"],
deps = [
"//tf_shell_ml",
requirement("tensorflow-cpu"),
Expand Down Expand Up @@ -54,6 +56,7 @@ py_test(
name = "model_local_test",
size = "large",
srcs = ["model_local_test.py"],
tags = ["exclusive"],
deps = [
"//tf_shell_ml",
requirement("tensorflow-cpu"),
Expand All @@ -64,6 +67,7 @@ py_test(
name = "model_distrib_test",
size = "large",
srcs = ["model_distrib_test.py"],
tags = ["exclusive"],
deps = [
"//tf_shell_ml",
requirement("tensorflow-cpu"),
Expand Down

0 comments on commit ffd05a7

Please sign in to comment.