Skip to content

Commit 6b35523

Browse files
committed
Update TODO message
1 parent 2e1f0a1 commit 6b35523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/testrunner/runners/pipeline

internal/testrunner/runners/pipeline/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (r *runner) verifyResults(testCaseFile string, config *testConfig, result *
325325
}
326326
}
327327

328-
// TODO: currently GeoIP related fields are being removed when the serverless provider is used.
328+
// TODO: temporary workaround untill there could be implemented other approach for deterministic geoip in serverless.
329329
if r.runCompareResults {
330330
err = compareResults(testCasePath, config, result, *specVersion)
331331
if _, ok := err.(testrunner.ErrTestCaseFailed); ok {

0 commit comments

Comments
 (0)