Disabled Race Test for SQLite (#3280)

* test PR

* Disabled golang race tests for Sqlite
This commit is contained in:
Harshil Sharma 2022-06-28 12:33:00 +05:30 committed by GitHub
parent e0a7f3eb61
commit 9cbf1096fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ server-test-sqlite: templates-archive ## Run server tests using sqlite
server-test-mini-sqlite: export FOCALBOARD_UNIT_TESTING=1
server-test-mini-sqlite: templates-archive ## Run server tests using sqlite
cd server/integrationtests; go test -tags '$(BUILD_TAGS)' -race -v -count=1 -timeout=30m ./...
cd server/integrationtests; go test -tags '$(BUILD_TAGS)' -v -count=1 -timeout=30m ./...
server-test-mysql: export FOCALBOARD_UNIT_TESTING=1
server-test-mysql: export FOCALBOARD_STORE_TEST_DB_TYPE=mysql