Skip to content

Commit

Permalink
optout of test
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermartin committed Apr 27, 2024
1 parent 7f8c498 commit 9cfac2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public class PostgresFeatureTest {

Map.entry("g_withSideEffectXc_created_YX_withSideEffectXm_matchedX_mergeEXlabel_knows_out_marko_in_vadasX_optionXonCreate_selectXcXX_optionXonMatch_sideEffectXpropertiesXweightX_dropX_selectXmXX_exists", "int should be double"),

Map.entry("g_unionXinjectX1X_injectX2X", "inject")
Map.entry("g_unionXinjectX1X_injectX2X", "inject"),
Map.entry("g_V_hasXname_nullX", "use hasNot")
);

private static void readIntoGraph(final Graph graph, final GraphData graphData) {
Expand Down

0 comments on commit 9cfac2f

Please sign in to comment.