Disabled Race Test for SQLite (#3280)
* test PR * Disabled golang race tests for Sqlite
This commit is contained in:
parent
e0a7f3eb61
commit
9cbf1096fe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue