Skip to content

Commit

Permalink
mark bigquery test as requiring creds
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 22, 2024
1 parent f816a0f commit 223c83a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit_tests/test_bigquery_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"""Unit tests specific to BigQuery caches."""
from __future__ import annotations

import pytest

import airbyte as ab


@pytest.mark.requires_creds
def test_bigquery_props(
new_bigquery_cache: ab.BigQueryCache,
) -> None:
Expand Down

0 comments on commit 223c83a

Please sign in to comment.