Skip to content

Commit

Permalink
Uncomment temporary test disable
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Sep 11, 2021
1 parent 8ca2ef1 commit 3a83dff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class IntegrationTestRepoConfig:
REDIS_CONFIG = {"type": "redis", "connection_string": "localhost:6379,db=0"}
FULL_REPO_CONFIGS: List[IntegrationTestRepoConfig] = [
# Local configurations
# IntegrationTestRepoConfig(),
# IntegrationTestRepoConfig(online_store=REDIS_CONFIG),
IntegrationTestRepoConfig(),
IntegrationTestRepoConfig(online_store=REDIS_CONFIG),
# GCP configurations
IntegrationTestRepoConfig(
provider="gcp",
Expand Down

0 comments on commit 3a83dff

Please sign in to comment.