Skip to content

Commit

Permalink
HPCC4J-675 Disable invalid TLK test
Browse files Browse the repository at this point in the history
- Disabled invalid TLK test until underlying issue can resolved

Signed-off-by: James McMullan James.McMullan@lexisnexis.com
  • Loading branch information
jpmcmu committed Jan 7, 2025
1 parent 6abcb06 commit 68e9f77
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;

Expand Down Expand Up @@ -114,7 +115,8 @@ public void setup() throws Exception
}
}

@Test
// Ignoring this test until underlying TLK support changes have been made
@Ignore @Test
public void hpccTLKFilterTest() throws Exception
{
for (int i = 0; i < datasetNames.length; i++)
Expand Down

0 comments on commit 68e9f77

Please sign in to comment.