Skip to content

Commit 3a7a4c2

Browse files
committed
Revert "Add intentionally failing test to try xcbeautify GHA renderer"
This reverts commit 1987f05.
1 parent 1987f05 commit 3a7a4c2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

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

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

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-
7269
// MARK: - Generate Content
7370

7471
func testGenerateContent() async throws {

0 commit comments

Comments
 (0)