diff --git a/Signal/Backups/DisplayableAccountEntropyPool.swift b/Signal/Backups/DisplayableAccountEntropyPool.swift index 61d1d6cba5..d3e97c6426 100644 --- a/Signal/Backups/DisplayableAccountEntropyPool.swift +++ b/Signal/Backups/DisplayableAccountEntropyPool.swift @@ -31,8 +31,9 @@ struct DisplayableAccountEntropyPool { .uppercased() .map { char in switch char { - case "0": "=" - case "O", "o": "#" + // TODO: Reenable this once support is available for all platforms + // case "0": "=" + // case "O", "o": "#" default: char } }, diff --git a/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift b/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift index 51838518c9..0c092d0577 100644 --- a/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift +++ b/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift @@ -7,6 +7,7 @@ import SignalServiceKit import Testing @testable import Signal +@Suite(.disabled("Waiting for TODO at DisplayableAccountEntropyPool.swift:34")) struct DisplayableAccountEntropyPoolTest { private static let aepLength = AccountEntropyPool.Constants.byteLength