Skip to content

Commit

Permalink
Add another as requiring a forked JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedell-newrelic committed Dec 23, 2024
1 parent 670ff39 commit cbd29c9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,20 @@
import com.newrelic.agent.tracers.servlet.BasicRequestRootTracer;
import com.newrelic.agent.tracers.servlet.MockHttpRequest;
import com.newrelic.agent.tracers.servlet.MockHttpResponse;
import com.newrelic.test.marker.RequiresFork;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.objectweb.asm.Opcodes;

import java.util.HashMap;
import java.util.List;
import java.util.Map;

@Category(RequiresFork.class)
public class AsyncTransactionTest implements TransactionListener {

private TransactionData data;
Expand Down

0 comments on commit cbd29c9

Please sign in to comment.