Skip to content

Commit

Permalink
TINKERPOP-1968 Javascript doesn't handle embedded list assertions.
Browse files Browse the repository at this point in the history
Had to ignore this test for now.
  • Loading branch information
spmallette committed May 21, 2018
1 parent 811df9b commit 949cffe
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -55,12 +55,13 @@ const parsers = [

const ignoreReason = {
lambdaNotSupported: 'Lambdas are not supported on gremlin-javascript',
embeddedListAssertion: '"This test returns an embedded list in the result and the Gherkin processor does not parse that correctly"',
needsFurtherInvestigation: '',
};

const ignoredScenarios = {
// An associative array containing the scenario name as key, for example:
// 'g_V_branchXlabel_eq_person': new IgnoreError(ignoreReason.lambdaNotSupported),
'g_V_asXa_bX_out_asXcX_path_selectXkeysX': new IgnoreError(ignoreReason.embeddedListAssertion),
};

defineSupportCode(function(methods) {
Expand Down

0 comments on commit 949cffe

Please sign in to comment.