Skip to content

Commit 35f5bcc

Browse files
authoredFeb 21, 2025
Disable a base64 test while we investigate (#5174)

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Tests/Foundation/TestNSData.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ class TestNSData: XCTestCase {
461461
XCTAssertEqual(encodedTextResult, encodedText)
462462
}
463463

464-
func test_base64EncodeDoesNotAddLineSeparatorsWhenStringFitsInLine() {
464+
func disabled_test_base64EncodeDoesNotAddLineSeparatorsWhenStringFitsInLine() {
465465

466466
XCTAssertEqual(
467467
Data(repeating: 0, count: 48).base64EncodedString(options: .lineLength64Characters),

0 commit comments

Comments
 (0)
Please sign in to comment.