Skip to content

Commit 15d1d25

Browse files
committed
Ignore SASL Prep test while spec is being finalized
1 parent 5d45a41 commit 15d1d25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

driver-core/src/test/functional/com/mongodb/operation/UserOperationsSpecification.groovy

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import org.bson.BsonDocument
4949
import org.bson.BsonInt32
5050
import org.bson.codecs.BsonDocumentCodec
5151
import org.junit.experimental.categories.Category
52+
import spock.lang.Ignore
5253
import spock.lang.IgnoreIf
5354

5455
import java.util.concurrent.TimeUnit
@@ -104,7 +105,9 @@ class UserOperationsSpecification extends OperationFunctionalSpecification {
104105
async << [true, false]
105106
}
106107

107-
@IgnoreIf({ !serverVersionAtLeast(3, 7) })
108+
// TODO: Waiting on final spec changes for SASL Prep
109+
// @IgnoreIf({ !serverVersionAtLeast(3, 7) })
110+
@Ignore
108111
def 'should correctly, prep username and be able to authenticate users with unicode in their name'() {
109112
when:
110113
def user = createScramSha256Credential('IX', databaseName, authCredential.getPassword())

0 commit comments

Comments
 (0)