Skip to content

Commit 65c31c4

Browse files
committed
Add intentionally failing test to verify tests aren't being skipped
1 parent 7a0c4ad commit 65c31c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

FirebaseVertexAI/Tests/TestApp/IntegrationTests/IntegrationTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ final class IntegrationTests: XCTestCase {
5757
)
5858
}
5959

60+
func testShouldFail() {
61+
XCTFail("This should fail if the tests are being run.")
62+
}
63+
6064
// MARK: - Generate Content
6165

6266
func testGenerateContent() async throws {

0 commit comments

Comments
 (0)