Skip to content

Commit

Permalink
re-enable devnet hash verifier test
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Jun 12, 2024
1 parent af687db commit 9a6d003
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/TorusUtilsTests/SapphireDevnetTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ final class SapphireDevnetTest: XCTestCase {
XCTAssertNotNil(val.nodesData)
}

/*
TODO: Re-enable this test once regression has been found, currently this is broken in dev accross the board
func test_should_be_able_to_login_when_verifier_is_hash_enabled() async throws {
let verifier = HASH_ENABLED_VERIFIER
let verifierID = TORUS_TEST_EMAIL
Expand Down Expand Up @@ -231,7 +229,6 @@ final class SapphireDevnetTest: XCTestCase {
XCTAssertEqual(val.metadata.typeOfUser, .v2)
XCTAssertNotNil(val.nodesData)
}
*/

func test_should_be_able_to_login() async throws {
let verifier = TORUS_TEST_VERIFIER
Expand Down

0 comments on commit 9a6d003

Please sign in to comment.