From e685e91b4e97ae7f75e840beb3a7f645e2cff8d0 Mon Sep 17 00:00:00 2001 From: Sarah French Date: Mon, 13 Jan 2025 19:28:31 +0000 Subject: [PATCH] Document flag incompatibilty in docs --- website/docs/cli/commands/test.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/test.mdx b/website/docs/cli/commands/test.mdx index edf264eb3b4b..a675adbda350 100644 --- a/website/docs/cli/commands/test.mdx +++ b/website/docs/cli/commands/test.mdx @@ -32,7 +32,7 @@ The following options apply to the Terraform `terraform test` command: * `-json` - Displays machine-readable JSON output for your testing results. -* `-junit-xml=` - Saves a test report in JUnit XML format to the specified file. The file path must be relative or absolute. +* `-junit-xml=` - Saves a test report in JUnit XML format to the specified file. This is currently incompatible with remote test execution using the the `-cloud-run` option. The file path must be relative or absolute. * `-test-directory=` - Overrides the directory that Terraform looks into for test files. Note that Terraform always loads testing files within the main configuration directory. The default testing directory is `tests`.