From 8d1cd7ee33112f7cefb5e1704a56ed2b2ac9e8d1 Mon Sep 17 00:00:00 2001 From: Pawel Pasterz Date: Mon, 21 Jun 2021 04:46:43 +0200 Subject: [PATCH] Data field should not be serialized --- test_runner/src/main/kotlin/ftl/args/CommonArgs.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/src/main/kotlin/ftl/args/CommonArgs.kt b/test_runner/src/main/kotlin/ftl/args/CommonArgs.kt index 6367da84a1..307f1437f4 100644 --- a/test_runner/src/main/kotlin/ftl/args/CommonArgs.kt +++ b/test_runner/src/main/kotlin/ftl/args/CommonArgs.kt @@ -6,6 +6,7 @@ import ftl.reports.output.OutputReportType import ftl.run.status.OutputStyle data class CommonArgs( + @Transient // we don't want to have this field saved in outputReport.json override val data: String, // Gcloud