Skip to content

Commit

Permalink
Re-enable TestSigkillBeforeKeysUploadResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 12, 2024
1 parent ab6b639 commit afb8afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client_connectivity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func RunGoProcess(t *testing.T, templateFilename string, templateData any) (*exe
// Test that if the client is restarted BEFORE getting the /keys/upload response but
// AFTER the server has processed the request, the keys are not regenerated (which would
// cause duplicate key IDs with different keys). Requires persistent storage.
func xTestSigkillBeforeKeysUploadResponse(t *testing.T) {
func TestSigkillBeforeKeysUploadResponse(t *testing.T) {
for _, clientType := range []api.ClientType{{Lang: api.ClientTypeRust, HS: "hs1"}} { // {Lang: api.ClientTypeJS}
t.Run(string(clientType.Lang), func(t *testing.T) {
var mu sync.Mutex
Expand Down

0 comments on commit afb8afa

Please sign in to comment.