Skip to content

Commit da0deb6

Browse files
Merge pull request #1276 from hashicorp/sowju/TF-31829
Fixes tests for Search in Go TFE
2 parents db673f1 + ca51e91 commit da0deb6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

query_runs_integration_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func createQueryRun(t *testing.T, client *Client, workspace *Workspace) *QueryRu
2727
}
2828

2929
func TestQueryRunsList_RunDependent(t *testing.T) {
30-
skipUnlessBeta(t)
3130
client := testClient(t)
3231
ctx := context.Background()
3332

@@ -97,7 +96,6 @@ func TestQueryRunsList_RunDependent(t *testing.T) {
9796
}
9897

9998
func TestQueryRunsCreate_RunDependent(t *testing.T) {
100-
skipUnlessBeta(t)
10199
client := testClient(t)
102100
ctx := context.Background()
103101

@@ -180,7 +178,6 @@ func TestQueryRunsCreate_RunDependent(t *testing.T) {
180178
}
181179

182180
func TestQueryRunsRead_RunDependent(t *testing.T) {
183-
skipUnlessBeta(t)
184181
client := testClient(t)
185182
ctx := context.Background()
186183

@@ -208,7 +205,6 @@ func TestQueryRunsRead_RunDependent(t *testing.T) {
208205
}
209206

210207
func TestQueryRunsReadWithOptions_RunDependent(t *testing.T) {
211-
skipUnlessBeta(t)
212208
client := testClient(t)
213209
ctx := context.Background()
214210

@@ -234,7 +230,6 @@ func TestQueryRunsReadWithOptions_RunDependent(t *testing.T) {
234230
func TestQueryRunsCancel_RunDependent(t *testing.T) {
235231
t.Skip("Cancel not yet implemented")
236232

237-
skipUnlessBeta(t)
238233
client := testClient(t)
239234
ctx := context.Background()
240235

@@ -266,7 +261,6 @@ func TestQueryRunsCancel_RunDependent(t *testing.T) {
266261
}
267262

268263
func TestQueryRunsLogs_RunDependent(t *testing.T) {
269-
skipUnlessBeta(t)
270264
client := testClient(t)
271265
ctx := context.Background()
272266

@@ -288,7 +282,6 @@ func TestQueryRunsLogs_RunDependent(t *testing.T) {
288282
}
289283

290284
func TestQueryRunsForceCancel_RunDependent(t *testing.T) {
291-
skipUnlessBeta(t)
292285
client := testClient(t)
293286
ctx := context.Background()
294287

0 commit comments

Comments
 (0)