Skip to content

Commit

Permalink
chore: create empty branch to check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic committed Nov 14, 2023
1 parent f452d6f commit 062b40e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/synthetics/synthetics_api_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ func TestSyntheticsStartAutomatedTest_Basic(t *testing.T) {
t.Skipf(
`Temporarily skipping tests associated with the Synthetics Automated Tests feature, ` +
`given the API is currently unstable and endpoint access is not configured to all accounts at the moment.
Empty string
`)

a := newIntegrationTestClient(t)
Expand Down Expand Up @@ -1160,6 +1161,7 @@ func TestSyntheticsStartAutomatedTest_Error(t *testing.T) {
t.Skipf(
`Temporarily skipping tests associated with the Synthetics Automated Tests feature, ` +
`given the API is currently unstable and endpoint access is not configured to all accounts at the moment.
Empty string
`)
a := newIntegrationTestClient(t)

Expand All @@ -1181,6 +1183,7 @@ func TestSyntheticsAutomatedTestResults_TwoMonitorsTest(t *testing.T) {
t.Skipf(
`Temporarily skipping tests associated with the Synthetics Automated Tests feature, ` +
`given the API is currently unstable and endpoint access is not configured to all accounts at the moment.
Empty string
`)

a := newIntegrationTestClient(t)
Expand Down Expand Up @@ -1267,7 +1270,8 @@ func TestSyntheticsAutomatedTestResults_OneMonitorTest(t *testing.T) {
t.Skipf(
`Temporarily skipping tests associated with the Synthetics Automated Tests feature, ` +
`given the API is currently unstable and endpoint access is not configured to all accounts at the moment.
`)
Empty string
`)

a := newIntegrationTestClient(t)
testAccountID, err := mock.GetTestAccountID()
Expand Down Expand Up @@ -1332,6 +1336,7 @@ func TestSyntheticsAutomatedTestResults_ErrorTest(t *testing.T) {
t.Skipf(
`Temporarily skipping tests associated with the Synthetics Automated Tests feature, ` +
`given the API is currently unstable and endpoint access is not configured to all accounts at the moment.
Empty string
`)

a := newIntegrationTestClient(t)
Expand Down

0 comments on commit 062b40e

Please sign in to comment.