Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abcd3230 authored by Shawn Willden's avatar Shawn Willden
Browse files

Annotate DeleteKey test with bug number.

Bug: 37623742
Change-Id: I2cb4bb39bacb3aabf5fff7937f60c7355c9636e3
Test: VTS test, manually run
parent fcc61188
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4008,7 +4008,8 @@ TEST_F(KeyDeletionTest, DeleteKey) {
            Begin(KeyPurpose::SIGN, key_blob_, AuthorizationSetBuilder()
                                                   .Digest(Digest::NONE)
                                                   .Padding(PaddingMode::NONE),
                  &begin_out_params, &op_handle_));
                  &begin_out_params, &op_handle_))
            << " (Possibly b/37623742)";
    } else {
        EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::SIGN, key_blob_,
                                       AuthorizationSetBuilder()