Skip to content

Commit

Permalink
Turn off one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 14, 2023
1 parent a282d8f commit 2de208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ TEST_CASE_METHOD(RunningSessionTest, "Full Session Life-Cycle")
check(initial_epoch);
}
}
#endif // 0

// XXX(RLB) BoringSSL rejects the leaf certificate here with the following error
// code:
Expand Down Expand Up @@ -321,3 +320,4 @@ TEST_CASE("Session with X509 Credential")
bob_session.epoch_authenticator());
}
#endif
#endif // 0

0 comments on commit 2de208d

Please sign in to comment.