Commit b29f91b0 authored by Regis's avatar Regis

remove fdescribe [ci skip]

parent c50c5e92
......@@ -80,7 +80,7 @@ describe('Issue', function() {
expect($btnReopen).toHaveText('Reopen issue');
}
fdescribe('task lists', function() {
describe('task lists', function() {
const issueShowInterceptor = data => (request, next) => {
next(request.respondWith(JSON.stringify(data), {
status: 200,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment