Skip to content

Commit 0bcc3ab

Browse files
committed
roachtest: avoid running timing-related psycopg tests
The timing tests are all rather flaky, so we skip running them in nightlies. Release note: None
1 parent 8393f38 commit 0bcc3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/psycopg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func registerPsycopg(r registry.Registry) {
155155
cd /mnt/data1/psycopg/ &&
156156
export PSYCOPG_TEST_DSN="host=localhost port={pgport:1} user=%[1]s password=%[2]s dbname=defaultdb" &&
157157
export PGPASSWORD=%[2]s
158-
pytest -vv --junit-xml=%[3]s`,
158+
pytest -vv -m "not timing" --junit-xml=%[3]s`,
159159
install.DefaultUser, install.DefaultPassword, testResultsXML))
160160

161161
// Fatal for a roachprod or transient error. A roachprod error is when result.Err==nil.

0 commit comments

Comments
 (0)