Skip to content

Commit

Permalink
temp disable java-bigtable in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Mar 8, 2024
1 parent 02fd457 commit 3c549e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_generation/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def __get_config_files(cls, path: str) -> List[tuple[str, str]]:
if sub_dir.is_file():
continue
repo = sub_dir.name
if repo == "golden":
if repo == "golden" or repo == "java-bigtable":
continue
config = f"{sub_dir}/{config_name}"
config_files.append((repo, config))
Expand Down

0 comments on commit 3c549e3

Please sign in to comment.