Skip to content

Commit 2fa3c0c

Browse files
authored
fix: stabilize test names (#10617)
fix: stabilize test names Co-authored-by: tyler.potter <tyler.potter@datadoghq.com>
1 parent daf2c01 commit 2fa3c0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dd-smoke-tests/openfeature/src/test/groovy/datadog/smoketest/springboot/OpenFeatureProviderSmokeTest.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import okhttp3.Request
1313
import okhttp3.RequestBody
1414
import spock.lang.Shared
1515
import spock.lang.Stepwise
16+
import spock.lang.Unroll
1617
import spock.util.concurrent.PollingConditions
1718

1819
/** Due to the exposure cache it's important to run the tests in the specified order */
@@ -97,6 +98,7 @@ class OpenFeatureProviderSmokeTest extends AbstractServerSmokeTest {
9798
}
9899
}
99100

101+
@Unroll("test open feature evaluation - #testCase.fileName[#testCase.index] - flag=#testCase.flag")
100102
void 'test open feature evaluation'() {
101103
setup:
102104
setRemoteConfig("datadog/2/FFE_FLAGS/1/config", rcPayload)

0 commit comments

Comments
 (0)