Skip to content

Commit

Permalink
Move #967 test to non-failing now that it passes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 4, 2023
1 parent d260858 commit e77e28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.failing;
package com.fasterxml.jackson.core.dos;

import org.junit.Assert;
import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class PerfBigDecimalToInteger968
{
private final JsonFactory JSON_F = new JsonFactory();

// For [core#968]]: shouldn't take multiple seconds
// For [core#968]: shouldn't take multiple seconds
@Test(timeout = 3000)
public void bigIntegerViaBigDecimal() throws Exception {
final String DOC = "1e20000000";
Expand Down

0 comments on commit e77e28e

Please sign in to comment.