Skip to content

Conversation

helomri
Copy link
Contributor

@helomri helomri commented Jul 15, 2025

This is the cause of the error mentioned in #8325.
Previously, the correct message was being sent hard-coded and was supposed to be replaced by ServiceMessageBuilder.testsStarted() once the method was available. Instead, ServiceMessageBuilder.testStarted("") was used which changes the message to ##teamcity[testStarted name=''] from ##teamcity[enteredtheMatrix] (hence the error).

This one-liner just replaces the erroneous call to the correct one.


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

@jwren jwren merged commit 270a0bd into flutter:master Jul 16, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants