@@ -27,7 +27,6 @@ func createQueryRun(t *testing.T, client *Client, workspace *Workspace) *QueryRu
2727}
2828
2929func 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
9998func 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
182180func 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
210207func 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) {
234230func 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
268263func 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
290284func TestQueryRunsForceCancel_RunDependent (t * testing.T ) {
291- skipUnlessBeta (t )
292285 client := testClient (t )
293286 ctx := context .Background ()
294287
0 commit comments