diff --git a/pages/test_analytics/importing_json.md b/pages/test_analytics/importing_json.md index 80d2b2d63a..1930da1082 100644 --- a/pages/test_analytics/importing_json.md +++ b/pages/test_analytics/importing_json.md @@ -27,8 +27,6 @@ See more configuration information in the [Test Collector plugin README](https:/ Using the plugin is the recommended way as it allows for a better debugging process in case of an issue. -An equivalent of Buildkite Test Collector plugin for GitHub Action and CircleCI Orb is in the works. Stay tuned! - ### Without a plugin If for some reason you cannot or do not want to use the [Test Collector plugin](https://github.com/buildkite-plugins/test-collector-buildkite-plugin), or if you are looking to implement your own integration, another approach is possible. diff --git a/pages/test_analytics/importing_junit_xml.md b/pages/test_analytics/importing_junit_xml.md index 0ea58db7b7..024ad39a54 100644 --- a/pages/test_analytics/importing_junit_xml.md +++ b/pages/test_analytics/importing_junit_xml.md @@ -36,8 +36,6 @@ See more configuration information in the [Test Collector plugin README](https:/ Using the plugin is the recommended way as it allows for a better debugging process in case of an issue. -An equivalent of Buildkite Test Collector plugin for GitHub Actions and CircleCI Orb is in the works. Stay tuned! - ### Not using a plugin If for some reason you cannot or do not want to use the [Test Collector plugin](https://github.com/buildkite-plugins/test-collector-buildkite-plugin), or if you are looking to implement your own integration, another approach is possible.