aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-03-27 10:40:26 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-27 10:42:10 -0700
commita7b2f297b04d4638ff9d5b0cd921dd6a668e5d5e (patch)
tree5588882aa4d36761468a2ea89dfdc7add0f6dd59 /src/test/cpp
parent60554e40665c44e0f0423eb43183db3ea7c69514 (diff)
Remove the --allow_configurable_attributes startup option.
It was removed from the java code 4 years ago, mentioning it causes the server to crash at startup. RELNOTES: None. PiperOrigin-RevId: 190636455
Diffstat (limited to 'src/test/cpp')
-rw-r--r--src/test/cpp/startup_options_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/cpp/startup_options_test.cc b/src/test/cpp/startup_options_test.cc
index d52ee3b597..9090a64e0f 100644
--- a/src/test/cpp/startup_options_test.cc
+++ b/src/test/cpp/startup_options_test.cc
@@ -126,7 +126,6 @@ TEST_F(StartupOptionsTest, ValidStartupFlagsTest) {
// IMPORTANT: Before modifying this test, please contact a Bazel core team
// member that knows the Google-internal procedure for adding/deprecating
// startup flags.
- SuccessfulIsNullaryTest("allow_configurable_attributes");
SuccessfulIsNullaryTest("batch");
SuccessfulIsNullaryTest("batch_cpu_scheduling");
SuccessfulIsNullaryTest("block_for_lock");