Skip to content

Commit

Permalink
Remove problematic test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpoulain committed Feb 13, 2024
1 parent 222d9fe commit 94bdfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ update_deps_files:

test: start_trino_if_missing link_to_driver update_deps_files
@echo "Testing Starburst driver..."
cp driver_test.clj metabase/test/metabase/
cp driver_test.clj metabase/test/metabase/
cd $(makefile_dir)/metabase/; DRIVERS=starburst MB_STARBURST_TEST_PORT=$(trino_port) clojure -X:dev:drivers:drivers-dev:test

testOptimized: start_trino_if_missing link_to_driver update_deps_files
Expand Down

0 comments on commit 94bdfa4

Please sign in to comment.