Skip to content

Commit 1987f05

Browse files
committed
Add intentionally failing test to try xcbeautify GHA renderer
1 parent 50a65a3 commit 1987f05

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

FirebaseVertexAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import FirebaseStorage
1818
import FirebaseVertexAI
1919
import XCTest
2020

21-
// TODO(andrewheard): Remove this after testing on CI.
22-
2321
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
2422
final class IntegrationTests: XCTestCase {
2523
// Set temperature, topP and topK to lowest allowed values to make responses more deterministic.
@@ -66,6 +64,11 @@ final class IntegrationTests: XCTestCase {
6664
storage = Storage.storage()
6765
}
6866

67+
// TODO(andrewheard): Remove this after testing on CI.
68+
func testIntentionallyFailing() {
69+
XCTFail("Intentionally failing to try the xcbeautify GitHub Actions renderer.")
70+
}
71+
6972
// MARK: - Generate Content
7073

7174
func testGenerateContent() async throws {

0 commit comments

Comments
 (0)