Skip to content

Commit fc22cc4

Browse files
committed
style(nextest): reorder test-groups table to satisfy linter
The linter demands that table names be organized this way 🤷 Signed-off-by: Daniel Noland <[email protected]>
1 parent 404e7af commit fc22cc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.config/nextest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ store-success-output = true
132132
# <description> element.
133133
store-failure-output = true
134134

135-
[test-groups]
136-
vm = { max-threads = 1 }
137-
138135
# [[profile.default.overrides]]
139136
# filter = 'test(flaky test name here)'
140137
# retries = 3
@@ -143,3 +140,6 @@ vm = { max-threads = 1 }
143140
filter = 'package(dataplane)'
144141
platform = 'cfg(unix)'
145142
test-group = 'vm'
143+
144+
[test-groups]
145+
vm = { max-threads = 1 }

0 commit comments

Comments
 (0)