From ff90e34d86035c622c2170470b901298c886b749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Eikanger=20Kval=C3=B8?= Date: Mon, 23 Dec 2024 12:29:24 +0100 Subject: [PATCH] Do not scan classpath with kotest --- maskinporten-client/src/test/resources/kotest.properties | 2 ++ .../src/test/resources/kotest.properties | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 maskinporten-client/src/test/resources/kotest.properties create mode 100644 maskinporten-spring-boot-client/src/test/resources/kotest.properties diff --git a/maskinporten-client/src/test/resources/kotest.properties b/maskinporten-client/src/test/resources/kotest.properties new file mode 100644 index 0000000..8ebbdcc --- /dev/null +++ b/maskinporten-client/src/test/resources/kotest.properties @@ -0,0 +1,2 @@ +kotest.framework.discovery.jar.scan.disable=true +kotest.framework.classpath.scanning.autoscan.disable=true \ No newline at end of file diff --git a/maskinporten-spring-boot-client/src/test/resources/kotest.properties b/maskinporten-spring-boot-client/src/test/resources/kotest.properties new file mode 100644 index 0000000..8ebbdcc --- /dev/null +++ b/maskinporten-spring-boot-client/src/test/resources/kotest.properties @@ -0,0 +1,2 @@ +kotest.framework.discovery.jar.scan.disable=true +kotest.framework.classpath.scanning.autoscan.disable=true \ No newline at end of file