Skip to content

Commit 0cbfebe

Browse files
authored
revert
1 parent a14495f commit 0cbfebe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.kokoro/presubmit/presubmit.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3-
# Disable system tests.
3+
# Only run a subset of all nox sessions
44
env_vars: {
5-
key: "RUN_SYSTEM_TESTS"
6-
value: "false"
7-
}
5+
key: "NOX_SESSION"
6+
value: "unit-3.8 unit-3.12 cover docs docfx"
7+
}

0 commit comments

Comments
 (0)