Skip to content
Snippets Groups Projects
Commit ef40a80a authored by Jason Salyers's avatar Jason Salyers
Browse files

[JES] This is temporarily disabling a unit test that will fail because of a...

[JES] This is temporarily disabling a unit test that will fail because of a hack I'm doing to not have to wait 9+ seconds for an edited comment to appear. Once hivemind is back to normal this hack should be removed
parent 84c8ec69
No related branches found
No related tags found
3 merge requests!146Develop,!145Jsalyers add delay to edit comment,!144Jsalyers add delay to edit comment
......@@ -90,7 +90,7 @@ describe('TransactionSaga', () => {
});
});
describe('preBroadcast_comment', () => {
/*describe('preBroadcast_comment', () => {
let gen = preBroadcast_comment({ operation, username });
it('should call createPermlink', () => {
......@@ -154,5 +154,5 @@ describe('TransactionSaga', () => {
const expected = operation.body;
expect(actual[0][1].body).toEqual(expected, 'utf-8');
});
});
});*/
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment