Skip to content

Commit 3fe315b

Browse files
committed
potential fix for breaking GUI tests
1 parent 5a814d9 commit 3fe315b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

visualization/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ limitations under the License.
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-surefire-plugin</artifactId>
4444
<configuration>
45+
<systemPropertyVariables>
46+
<java.awt.headless>false</java.awt.headless>
47+
</systemPropertyVariables>
4548
<argLine>
4649
--add-exports=java.desktop/java.awt=ALL-UNNAMED
4750
--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED

0 commit comments

Comments
 (0)