We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8393f38 commit 0bcc3abCopy full SHA for 0bcc3ab
pkg/cmd/roachtest/tests/psycopg.go
@@ -155,7 +155,7 @@ func registerPsycopg(r registry.Registry) {
155
cd /mnt/data1/psycopg/ &&
156
export PSYCOPG_TEST_DSN="host=localhost port={pgport:1} user=%[1]s password=%[2]s dbname=defaultdb" &&
157
export PGPASSWORD=%[2]s
158
- pytest -vv --junit-xml=%[3]s`,
+ pytest -vv -m "not timing" --junit-xml=%[3]s`,
159
install.DefaultUser, install.DefaultPassword, testResultsXML))
160
161
// Fatal for a roachprod or transient error. A roachprod error is when result.Err==nil.
0 commit comments