Skip to content

Conversation

ScottDugas
Copy link
Collaborator

This allows one to run @AutomatedTest tests. It does not add it to any regular test run.

without this, if you run the test twice, the second time it will
conflict because the template already exists.
@ScottDugas ScottDugas added the testing improvement Change that improves our testing label Aug 26, 2025
@@ -282,7 +282,7 @@ tasks.withType(Test) { theTask ->
}

tasks.withType(Test).configureEach { task ->
if (task.name != 'performanceTest') {
if (task.name != 'performanceTest' && task.name != 'autoTest') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason we can't validate async-to-sync calls in auto test? Does something break?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing improvement Change that improves our testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants