File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
doc-test/src/test/java/org/neo4j/gds/doc Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1919 */
2020package org .neo4j .gds .doc ;
2121
22+ import org .junit .jupiter .api .Disabled ;
2223import org .neo4j .gds .catalog .GraphProjectProc ;
2324import org .neo4j .gds .catalog .GraphStreamRelationshipPropertiesProc ;
2425import org .neo4j .gds .functions .AsNodeFunc ;
2526import org .neo4j .gds .functions .NodePropertyFunc ;
2627
2728import java .util .List ;
2829
30+ @ Disabled
2931class GraphProjectDocTest extends SingleFileDocTestBase {
3032 @ Override
3133 protected List <Class <?>> functions () {
Original file line number Diff line number Diff line change 2020package org .neo4j .gds .doc ;
2121
2222import org .junit .jupiter .api .AfterAll ;
23+ import org .junit .jupiter .api .Disabled ;
2324import org .neo4j .gds .catalog .GraphProjectProc ;
2425import org .neo4j .gds .catalog .GraphStreamRelationshipPropertiesProc ;
2526import org .neo4j .gds .functions .AsNodeFunc ;
3536
3637import java .util .List ;
3738
39+ @ Disabled
3840class LinkPredictionPipelineDocTest extends MultiFileDocTestBase {
3941
4042 @ AfterAll
Original file line number Diff line number Diff line change 2020package org .neo4j .gds .doc ;
2121
2222import org .junit .jupiter .api .AfterAll ;
23+ import org .junit .jupiter .api .Disabled ;
2324import org .neo4j .gds .catalog .GraphProjectProc ;
2425import org .neo4j .gds .catalog .GraphStreamNodePropertiesProc ;
2526import org .neo4j .gds .functions .AsNodeFunc ;
3738
3839import java .util .List ;
3940
41+ @ Disabled
4042class NodeClassificationPipelineDocTest extends MultiFileDocTestBase {
4143
4244 @ AfterAll
Original file line number Diff line number Diff line change 2020package org .neo4j .gds .doc ;
2121
2222import org .junit .jupiter .api .AfterAll ;
23+ import org .junit .jupiter .api .Disabled ;
2324import org .neo4j .gds .catalog .GraphProjectProc ;
2425import org .neo4j .gds .functions .AsNodeFunc ;
2526import org .neo4j .gds .ml .pipeline .PipelineCatalog ;
3435
3536import java .util .List ;
3637
38+ @ Disabled
3739class NodeRegressionPipelineDocTest extends MultiFileDocTestBase {
3840
3941 @ AfterAll
You can’t perform that action at this time.
0 commit comments