Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/618#discussion_r125010442
--- Diff:
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java
---
@@ -212,11 +208,6 @@ public Settings overrideSettings(final Settings
settings) {
// Trust ONLY the server cert
settings.ssl.trustCertChainFile = SERVER_CRT;
break;
- case "shouldStartWithDefaultSettings":
--- End diff --
you removed this test configuration option, but left the test itself? did
you mean to do that?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---