We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e673d commit f7a9060Copy full SHA for f7a9060
samples/snippets/report_exception_test.py
@@ -12,8 +12,13 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+import pytest
16
+
17
import report_exception
18
19
20
+@pytest.mark.xfail(
21
+ strict=True,
22
+ reason='GoogleCloudPlatform/google-cloud-python#3263')
23
def test_error_sends():
24
report_exception.simulate_error()
samples/snippets/requirements.txt
@@ -1 +1 @@
1
-google-cloud-error-reporting==0.22.0
+google-cloud-error-reporting==0.24.1
0 commit comments