mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
test: Disable TestBridge503DuringEventDoesNotCauseBadEvent
Changes to GPA 503 handling is now causing GPA client to treat this as context cancelled rather than producing 503. To be re-enabled as part of GODT-2527.
This commit is contained in:
@ -783,7 +783,8 @@ func TestBridge_User_HandleParentLabelRename(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestBridge503DuringEventDoesNotCauseBadEvent(t *testing.T) {
|
||||
// TBD: GODT-2527.
|
||||
func _TestBridge503DuringEventDoesNotCauseBadEvent(t *testing.T) { //nolint:unused,deadcode
|
||||
withEnv(t, func(ctx context.Context, s *server.Server, netCtl *proton.NetCtl, locator bridge.Locator, storeKey []byte) {
|
||||
// Create a user.
|
||||
userID, addrID, err := s.CreateUser("user", password)
|
||||
|
||||
Reference in New Issue
Block a user