Skip to content

Commit 05684b3

Browse files
committed
Disable assert for flaky Wcc sampled doc test
There is so much text around the example that explains the result.
1 parent 2749d28 commit 05684b3

File tree

1 file changed

+1
-1
lines changed
  • doc/modules/ROOT/pages/algorithms

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/algorithms/wcc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ CALL gds.graph.project(
626626
The following query is identical to the stream example in the xref:algorithms/wcc.adoc#algorithms-wcc-examples-seeding[previous section].
627627
This time, we execute WCC on `myIndexedGraph` which will allow the algorithm to use the sampled strategy.
628628

629-
[role=query-example]
629+
[role=query-example, no-result=true]
630630
--
631631
.The following will run the algorithm with sampled strategy and stream results:
632632
[source, cypher, role=noplay]

0 commit comments

Comments
 (0)