Skip to content

Commit

Permalink
disabled BQ server tests in nexus (#1282)
Browse files Browse the repository at this point in the history
looks like the dataset the tests depended on has been deleted

needs to be recreated with the correct data since tests are pretty
intricate
  • Loading branch information
heavycrystal authored Feb 13, 2024
1 parent 2b0a2cc commit 2f8acd7
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.ends_with(".sql"))
})
})
.collect::<Vec<String>>()
Expand Down
File renamed without changes.

0 comments on commit 2f8acd7

Please sign in to comment.