From 2eca205b5b8345215e732795367212f724b5e8cd 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`.