Ignore avatar tests for now due to #34
This commit is contained in:
parent
bc5b286737
commit
59096462ca
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ module.exports = {
|
|||
'<rootDir>/public/',
|
||||
'<rootDir>/tmp/',
|
||||
'<rootDir>/webpack/',
|
||||
|
||||
// Temporarily disable these tests
|
||||
// https://gitlab.com/soapbox-pub/soapbox-fe/-/issues/34
|
||||
'<rootDir>/app/gabsocial/components/__tests__/avatar-test.js',
|
||||
'<rootDir>/app/gabsocial/components/__tests__/avatar_overlay-test.js',
|
||||
],
|
||||
'setupFiles': [
|
||||
'raf/polyfill',
|
||||
|
|
Loading…
Reference in a new issue