forked from 626_privacy/tensorflow_privacy
Temporarily disable two unit tests while fixing a problem with multiprocessor setup.
PiperOrigin-RevId: 590782049
This commit is contained in:
parent
fbe5879023
commit
81a4fd82f7
2 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,9 @@ py_test(
|
|||
py_test(
|
||||
name = "dp_keras_model_distributed_test",
|
||||
srcs = ["dp_keras_model_distributed_test.py"],
|
||||
tags = [
|
||||
"manual",
|
||||
],
|
||||
deps = [
|
||||
":dp_keras_model",
|
||||
"//tensorflow_privacy/privacy/fast_gradient_clipping:layer_registry",
|
||||
|
|
|
@ -113,6 +113,9 @@ py_test(
|
|||
srcs = ["dp_optimizer_keras_sparse_distributed_test.py"],
|
||||
python_version = "PY3",
|
||||
srcs_version = "PY3",
|
||||
tags = [
|
||||
"manual",
|
||||
],
|
||||
deps = [":dp_optimizer_keras_sparse"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue