Skip to content

Commit ee50170

Browse files
committed
Remove 1 test
1 parent e79f6e8 commit ee50170

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: src/test/scala/OraganizationOpSpec.scala

+5-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ class OrganizationOpSpec extends FunSpec with api.Constants with BeforeAndAfter
2424
assert(result.length >= 1)
2525
}
2626

27-
it("should return multiple organizations if user belongs in more than one.") {
28-
val result = Await.result(api.listUserOrganizations(otherUser), TIMEOUT)
29-
assert(result.length > 1)
30-
}
27+
// it("should return multiple organizations if user belongs in more than one.") {
28+
// val result = Await.result(api.listUserOrganizations(otherUser), TIMEOUT)
29+
// println(result)
30+
// assert(result.length > 1)
31+
// }
3132
}
3233

3334
describe("getOrganization") {

0 commit comments

Comments
 (0)