Skip to content

Commit

Permalink
Skip OSS tests for two benchmarks with no test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburnim committed Mar 11, 2024
1 parent eefc0a0 commit f16da11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_probability/python/mcmc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ py_test(
name = "eight_schools_hmc_eager_test",
size = "medium", # Might run > 1 minute.
srcs = ["eight_schools_hmc_eager_test.py"],
tags = ["no-oss-ci"],
deps = [
":eight_schools_hmc",
# tensorflow dep,
Expand All @@ -642,6 +643,7 @@ py_test(
name = "eight_schools_hmc_graph_test",
size = "medium", # Might run > 1 minute.
srcs = ["eight_schools_hmc_graph_test.py"],
tags = ["no-oss-ci"],
deps = [
":eight_schools_hmc",
# tensorflow dep,
Expand Down

0 comments on commit f16da11

Please sign in to comment.