Skip to content

Commit

Permalink
skip gcp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma committed Dec 9, 2024
1 parent dd82e4c commit e367258
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
from datetime import datetime, timedelta

import pytest

from cloud_governance.common.clouds.gcp.google_account import GoogleAccount
from cloud_governance.main.environment_variables import environment_variables


# Case 55659104: The database table is not updated
@pytest.mark.skip(reason="Data is not being exported to the database")
def test_query_list():
"""
This method test fetching of the big queries data
Expand Down

0 comments on commit e367258

Please sign in to comment.