Skip to content

Commit 119af15

Browse files
committed
roachtest: fix knex flake
Updating the version fixes an issue with the test where javascript dependencies were not installed correctly. Release note: None
1 parent 07926df commit 119af15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/knex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/stretchr/testify/require"
2323
)
2424

25-
const supportedKnexTag = "2.0.0"
25+
const supportedKnexTag = "2.5.1"
2626

2727
// This test runs one of knex's test suite against a single cockroach
2828
// node.

0 commit comments

Comments
 (0)