Skip to content

Commit b659f7d

Browse files
Privacy Sandbox Teamcopybara-github
Privacy Sandbox Team
authored andcommitted
fix: Add a comment for gVisor debug mode
Bug: N/A Change-Id: I571bcf6ee2b668741668e18bc82664903a988528 GitOrigin-RevId: 6355946bc496576c03a12e0334cdf8e8d0edcca5
1 parent 6b45d61 commit b659f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/roma/byob/test/roma_byob_test.cc

+2
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@ TEST_P(RomaByobTest, VerifyNoCapabilities) {
571571

572572
INSTANTIATE_TEST_SUITE_P(
573573
RomaByobTestSuiteInstantiation, RomaByobTest,
574+
// Since we don't want to run tests for gVisor debug mode,
575+
// Mode::kSandboxModeWithGvisorDebug has not included in the list.
574576
testing::ValuesIn<Mode>({Mode::kSandboxModeWithGvisor,
575577
Mode::kSandboxModeWithoutGvisor}),
576578
[](const testing::TestParamInfo<RomaByobTest::ParamType>& info) {

0 commit comments

Comments
 (0)