This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 6b672624dcfef5ab15dc260327c806fb1ab7fb1d Author: Vladimir Sitnikov <[email protected]> AuthorDate: Wed Aug 7 21:25:42 2019 +0300 Ignore SamplingNamingTest#testBug63364 because it fails too often --- .../org/apache/jmeter/protocol/http/sampler/SamplingNamingTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/sampler/SamplingNamingTest.java b/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/sampler/SamplingNamingTest.java index 5ac329d..3ad8274 100644 --- a/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/sampler/SamplingNamingTest.java +++ b/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/sampler/SamplingNamingTest.java @@ -25,6 +25,7 @@ import org.apache.jmeter.samplers.SampleResult; import org.apache.jmeter.testelement.TestPlan; import org.apache.jorphan.test.JMeterSerialTest; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @@ -48,6 +49,7 @@ public class SamplingNamingTest extends JMeterTestCase implements JMeterSerialTe } @Test + @Ignore(value = "Test produces: We should have at least one sample result, we had none too often") @Parameters(name = "getImplementations") public void testBug63364() { TestPlan plan = new TestPlan();
