Skip to content

Commit

Permalink
disabled BQ server tests in nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Feb 13, 2024
1 parent 2b0a2cc commit efc0e1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus/server/tests/server_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fn input_files() -> Vec<String> {
.path()
.file_name()
.and_then(|n| n.to_str().map(String::from))
.filter(|n| n.contains(".sql"))
})
})
.collect::<Vec<String>>()
Expand Down
File renamed without changes.

0 comments on commit efc0e1f

Please sign in to comment.