Skip to content

Commit 64c9aa3

Browse files
committed
disable test with command line engine
1 parent 22a8050 commit 64c9aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphviz-java/src/test/java/guru/nidi/graphviz/model/ReadmeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ void ex6() throws IOException {
172172
}
173173

174174
@Test
175+
@Disabled("Because there's no graphviz installed in the build server")
175176
void ex7() throws IOException {
176177
//## img
177178
Graphviz.useEngine(new GraphvizCmdLineEngine());
@@ -184,7 +185,6 @@ void ex7() throws IOException {
184185
@Test
185186
void ex8() throws IOException {
186187
//## image
187-
Graphviz.useEngine(new GraphvizV8Engine());
188188
Graphviz g = Graphviz.fromGraph(graph()
189189
.with(node(" ").with(Size.std().margin(.8, .7), Image.of("graphviz.png"))));
190190
g.basedir(new File("example")).render(Format.PNG).toFile(new File("example/ex8.png"));

0 commit comments

Comments
 (0)