Skip to content

Commit 89e92a4

Browse files
committed
chore: remove fuse tests
1 parent fecc8ae commit 89e92a4

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.cl/cloudbuild.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,6 @@
1313
# limitations under the License.
1414

1515
steps:
16-
# - id: Enable fuse config
17-
# name: alpine
18-
# entrypoint: sh
19-
# args:
20-
# - '-c'
21-
# - |
22-
# apk add --no-cache sudo
23-
# sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
24-
# - id: enable fuse config
25-
# name: 'alpine'
26-
# entrypoint: 'sh'
27-
# args:
28-
# - '-c'
29-
# - |
30-
# apk add --no-cache fuse
3116
- id: run integration tests
3217
name: golang:${_VERSION}
3318
env:
@@ -58,8 +43,7 @@ steps:
5843
args:
5944
- -c
6045
- |
61-
set -eo pipefail
62-
go test -race -v ./tests/...
46+
go test -race -v ./tests/mysql_test.go ./tests/postgres_test.go ./tests/sqlserver_test.go
6347
substitutions:
6448
_VERSION: ${_VERSION}
6549
_IP_TYPE: ${_IP_TYPE}

0 commit comments

Comments
 (0)