Skip to content

Commit 64e115f

Browse files
authored
chore/disable-databricks-tests (#2364)
* Disable testing on databricks sources because of credits issues * Disable testing on databricks sources because of credits issues
1 parent 3425bce commit 64e115f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
printf "[";find . -maxdepth 1 -mindepth 1 -type d -name "soda*" -not -name "soda-core" -not -name "soda-tests" -printf '"%f",' | sed 's/,$//;s/soda-//g';printf "]"
3+
printf "[";find . -maxdepth 1 -mindepth 1 -type d -name "soda*" -not -name "soda-core" -not -name "soda-tests" -not -name "soda-databricks" -printf '"%f",' | sed 's/,$//;s/soda-//g';printf "]"

0 commit comments

Comments
 (0)