|
|
@@ -7,18 +7,49 @@ assignees: ''
|
|
|
|
|
|
---
|
|
|
|
|
|
+## Failing Test(s)
|
|
|
+
|
|
|
+<!--
|
|
|
+Provide the fully qualified name(s) of the failing tests.
|
|
|
+-->
|
|
|
+
|
|
|
+-
|
|
|
+
|
|
|
## Error Message
|
|
|
|
|
|
<!--
|
|
|
Provide the error message associated with the test failure, if applicable.
|
|
|
-->
|
|
|
|
|
|
+```text
|
|
|
+
|
|
|
+```
|
|
|
+
|
|
|
## Stacktrace
|
|
|
|
|
|
+<details>
|
|
|
<!--
|
|
|
Provide the stack trace associated with the test failure, if applicable.
|
|
|
-->
|
|
|
|
|
|
+```text
|
|
|
+
|
|
|
+```
|
|
|
+</details>
|
|
|
+
|
|
|
+
|
|
|
+## Logs
|
|
|
+
|
|
|
+<details>
|
|
|
+<!--
|
|
|
+Provide the (helix) logs associated with the test failure, if applicable.
|
|
|
+-->
|
|
|
+
|
|
|
+```text
|
|
|
+
|
|
|
+```
|
|
|
+</details>
|
|
|
+
|
|
|
## Build
|
|
|
|
|
|
<!--
|