Github user jorgebay commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/792#discussion_r167790135
--- Diff:
gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/IgnoreException.cs ---
@@ -40,9 +40,6 @@ private static string GetMessage(IgnoreReason reason)
string reasonSuffix = null;
switch (reason)
{
- case IgnoreReason.LambdaNotSupported:
--- End diff --
Can we replace it with a comment, like `// Include detailed reason for each
enum here`?---
