fix test toml

This commit is contained in:
Shreyas Goenka 2025-02-27 12:42:40 +01:00
parent a556d51164
commit a407a5462d
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
8 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,6 @@
IncludeRequestHeaders = ["Authorization"]
Local = true
Cloud = false
[[Repls]]
Old = '17\d{11}'

View File

@ -1,4 +1,3 @@
LocalOnly = true
RecordRequests = true
[[Server]]

View File

@ -1,4 +1,3 @@
LocalOnly = true
RecordRequests = true
[[Server]]

View File

@ -1,4 +1,3 @@
LocalOnly = true
RecordRequests = true
[[Server]]

View File

@ -1,6 +1,8 @@
# RecordRequests is not supported for integration tests yet. Once we have support
# for running integration tests with record requests we can remove this test since
# it's a copy of acceptance/telemetry/upload-succeeds.
Local = true
Cloud = true
[[Server]]
Pattern = "POST /telemetry-ext"

View File

@ -1,4 +1,3 @@
LocalOnly = true
RecordRequests = true
[[Server]]

View File

@ -1,4 +1,3 @@
LocalOnly = true
RecordRequests = true
[[Server]]

View File

@ -1,4 +1,3 @@
LocalOnly = true
RecordRequests = true
[[Server]]