Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: vinayada1 <[email protected]>
  • Loading branch information
vinayada1 committed Mar 26, 2024
1 parent 5b2d1aa commit 8daf0b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ test-functional-kubernetes-noncloud: ## Runs Kubernetes functional tests that do
CGO_ENABLED=1 $(GOTEST_TOOL) ./test/functional-portable/kubernetes/noncloud/... -timeout ${TEST_TIMEOUT} -v -parallel 5 $(GOTEST_OPTS)

test-functional-shared: test-functional-corerp-noncloud test-functional-corerp-cloud ## Runs all Core RP functional tests (both cloud and non-cloud)
@echo "$(ARROW) Running corerp functional tests"

test-functional-corerp-noncloud: ## Runs corerp functional tests that do not require cloud resources
CGO_ENABLED=1 $(GOTEST_TOOL) ./test/functional-portable/corerp/noncloud/... -timeout ${TEST_TIMEOUT} -v -parallel 10 $(GOTEST_OPTS)
Expand Down

0 comments on commit 8daf0b9

Please sign in to comment.