Skip to content

Commit 3438ea0

Browse files
authored
[Test Optimization] Add Go versions supporting Flaky Test Management features (#31308)
1 parent f8840b5 commit 3438ea0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/en/tests/flaky_management/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ Flaky Test Management uses AI to automatically assign a root cause category to e
103103

104104
To use Flaky Test Management features, you must use Datadog's native instrumentation for your test framework. The table below outlines the minimum versions of each Datadog tracing library required to quarantine, disable, and attempt to fix flaky tests. Click a language name for setup information:
105105

106-
| Language | Quarantine & Disable | Attempt to fix |
107-
| --------------- | -------------------- | ---------------- |
108-
| [.NET][5] | 3.13.0+ | 3.17.0+ |
109-
| [Go][6] | 1.73.0+ | Not available |
110-
| [Java][7] | 1.48.0+ | 1.50.0+ |
111-
| [JavaScript][8] | 5.44.0+ | 5.52.0+ |
112-
| [Python][9] | 3.3.0+ | 3.8.0+ |
113-
| [Ruby][10] | 1.13.0+ | 1.17.0+ |
106+
| Language | Quarantine & Disable | Attempt to fix |
107+
| --------------- | ----------------------------- | ---------------------------- |
108+
| [.NET][5] | 3.13.0+ | 3.17.0+ |
109+
| [Go][6] | 1.73.0+ (Orchestrion v1.3.0+) | 2.2.2+ (Orchestrion v1.6.0+) |
110+
| [Java][7] | 1.48.0+ | 1.50.0+ |
111+
| [JavaScript][8] | 5.44.0+ | 5.52.0+ |
112+
| [Python][9] | 3.3.0+ | 3.8.0+ |
113+
| [Ruby][10] | 1.13.0+ | 1.17.0+ |
114114

115115
## Further reading
116116

0 commit comments

Comments
 (0)