1515import pytest
1616
1717
18- @pytest .mark .skip (reason = "Documentation sample code snippet" )
18+ @pytest .mark .skip (reason = "Documentation sample code snippet (b/522845525) " )
1919def test_query_standard_sql ():
2020 # [START bigquery_bigframes_query]
2121 import bigframes .pandas as bpd
@@ -39,7 +39,7 @@ def test_query_standard_sql():
3939 return df
4040
4141
42- @pytest .mark .skip (reason = "Documentation sample code snippet" )
42+ @pytest .mark .skip (reason = "Documentation sample code snippet (b/522845525) " )
4343def test_query_legacy_sql ():
4444 # [START bigquery_bigframes_query_legacy]
4545 import bigframes .pandas as bpd
@@ -60,7 +60,7 @@ def test_query_legacy_sql():
6060 return df
6161
6262
63- @pytest .mark .skip (reason = "Documentation sample code snippet" )
63+ @pytest .mark .skip (reason = "Documentation sample code snippet (b/522845525) " )
6464def test_query_bqstorage ():
6565 # [START bigquery_bigframes_query_bqstorage]
6666 import bigframes .pandas as bpd
@@ -84,7 +84,7 @@ def test_query_bqstorage():
8484 return pandas_df
8585
8686
87- @pytest .mark .skip (reason = "Documentation sample code snippet" )
87+ @pytest .mark .skip (reason = "Documentation sample code snippet (b/522845525) " )
8888def test_query_parameters ():
8989 # [START bigquery_bigframes_query_parameters]
9090 import bigframes .pandas as bpd
@@ -116,7 +116,7 @@ def test_query_parameters():
116116 return df
117117
118118
119- @pytest .mark .skip (reason = "Documentation sample code snippet" )
119+ @pytest .mark .skip (reason = "Documentation sample code snippet (b/522845525) " )
120120def test_upload_from_dataframe ():
121121 # [START bigquery_bigframes_upload_from_dataframe]
122122 import pandas as pd
0 commit comments