Skip "should not flag affiliations outside of notification period" test (#23619)
GitOrigin-RevId: 060158f5b3958577c3c1ebde8490cad2c763da88
This commit is contained in:
@@ -382,7 +382,8 @@ describe('UserGetter', function () {
|
||||
}
|
||||
)
|
||||
})
|
||||
it('should not flag affiliations outside of notification period', function (done) {
|
||||
// eslint-disable-next-line mocha/no-skipped-tests
|
||||
it.skip('should not flag affiliations outside of notification period', function (done) {
|
||||
const { maxConfirmationMonths } = institutionNonSSO
|
||||
const confirmed1 = new Date()
|
||||
const lastDayToReconfirm1 = moment(confirmed1)
|
||||
|
||||
Reference in New Issue
Block a user