Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe current test naming conventions in the contributing guidelines #2821

Merged
merged 14 commits into from
Jun 9, 2023
Prev Previous commit
Next Next commit
wip
  • Loading branch information
rumyantseva committed Jun 9, 2023
commit cf0a451cbaace814fe6ff904f94f2f49d9503e4c
2 changes: 1 addition & 1 deletion integration/indexes_compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ func TestIndexesCompatDrop(t *testing.T) {
}
}

func TestIndexesDropCommandCompat(t *testing.T) {
func TestDropIndexesCommandCompat(t *testing.T) {
setup.SkipForTigrisWithReason(t, "Indexes are not supported for Tigris")

t.Parallel()
Expand Down