We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6700cda commit 644a685Copy full SHA for 644a685
native/swift/Tests/integration-tests/MediaTests.swift
@@ -14,7 +14,9 @@ struct MediaTests {
14
)
15
#expect(response.data.mimeType == "image/jpeg")
16
#expect(response.data.title.raw == "Image")
17
- #expect(response.data.altText == "This is a test image")
+ // It appears this particular assertion is flaky on CI, and only on Linux containers.
18
+ // Here is an example: https://buildkite.com/automattic/wordpress-rs/builds/4003
19
+ // #expect(response.data.altText == "This is a test image")
20
21
try await restoreTestServer()
22
}
0 commit comments