chore(Makefile): Remove gen_test references, because the files aren't there.

pull/19446/head
Brett Buddin 2020-08-27 15:53:47 -04:00
parent b917d8d9b0
commit b829d71a44
No known key found for this signature in database
GPG Key ID: C51265E441C4C5AC
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ test-js: node_modules
# Download tsdb testdata before running unit tests
test-go:
$(GO_GENERATE) ./tsdb/gen_test.go
$(GO_GENERATE) ./tsdb/tsi1/gen_test.go
$(GO_TEST) ./...
test-promql-e2e: