Skip to content

Commit 3db2b49

Browse files
committed
Add b/522845525 to pytest skip reasons
1 parent ade6557 commit 3db2b49

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/bigframes/samples/snippets/samples_test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import pytest
1616

1717

18-
@pytest.mark.skip(reason="Documentation sample code snippet")
18+
@pytest.mark.skip(reason="Documentation sample code snippet (b/522845525)")
1919
def 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)")
4343
def 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)")
6464
def 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)")
8888
def 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)")
120120
def test_upload_from_dataframe():
121121
# [START bigquery_bigframes_upload_from_dataframe]
122122
import pandas as pd

0 commit comments

Comments
 (0)