We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caf77d commit 35f5bccCopy full SHA for 35f5bcc
Tests/Foundation/TestNSData.swift
@@ -461,7 +461,7 @@ class TestNSData: XCTestCase {
461
XCTAssertEqual(encodedTextResult, encodedText)
462
}
463
464
- func test_base64EncodeDoesNotAddLineSeparatorsWhenStringFitsInLine() {
+ func disabled_test_base64EncodeDoesNotAddLineSeparatorsWhenStringFitsInLine() {
465
466
XCTAssertEqual(
467
Data(repeating: 0, count: 48).base64EncodedString(options: .lineLength64Characters),
0 commit comments