Skip to content

Commit

Permalink
Temporarily disable SST1RSoXSDB tests while waiting for public data u…
Browse files Browse the repository at this point in the history
…pload
  • Loading branch information
pbeaucage authored Mar 29, 2024
1 parent 1997bd7 commit c74aaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_SST1DBLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
except tiled.profiles.ProfileNotFound:
try:
client = tiled.client.from_uri('https://tiled-demo.blueskyproject.io')
SKIP_DB_TESTING=False
SKIP_DB_TESTING=True # waiting on test data to be posted to this server
except Exception:
SKIP_DB_TESTING=True
except ImportError:
Expand Down

0 comments on commit c74aaec

Please sign in to comment.