From 5658d50d227bccbd053ebe092c19fb403ea06ef2 Mon Sep 17 00:00:00 2001
From: William Cheng <wing328hk@gmail.com>
Date: Fri, 31 Jul 2020 18:11:27 +0800
Subject: [PATCH 1/2] disable elixir tests due to shippable ci issue

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b42c1be3bb2..68e96937b7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1354,7 +1354,7 @@
             <modules>
                 <!-- clients -->
                 <module>samples/openapi3/client/elm</module>
-                <module>samples/client/petstore/elixir</module>
+                <!--<module>samples/client/petstore/elixir</module>-->
                 <module>samples/client/petstore/erlang-client</module>
                 <module>samples/client/petstore/erlang-proper</module>
                 <module>samples/client/petstore/kotlin-multiplatform</module>
-- 
GitLab


From 5c009a43f008015db3e64af4079e32bb7ec80a5c Mon Sep 17 00:00:00 2001
From: William Cheng <wing328hk@gmail.com>
Date: Fri, 31 Jul 2020 21:26:52 +0800
Subject: [PATCH 2/2] comment out kotlin test

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68e96937b7c..d4fdeae7fe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1358,7 +1358,7 @@
                 <module>samples/client/petstore/erlang-client</module>
                 <module>samples/client/petstore/erlang-proper</module>
                 <module>samples/client/petstore/kotlin-multiplatform</module>
-                <module>samples/client/petstore/kotlin/</module>
+                <!--<module>samples/client/petstore/kotlin/</module>-->
                 <module>samples/client/petstore/kotlin-jackson/</module>
                 <module>samples/client/petstore/kotlin-gson/</module>
                 <module>samples/client/petstore/kotlin-nonpublic/</module>
-- 
GitLab