Skip to content

Commit

Permalink
Ignore empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Aug 14, 2023
1 parent c9072f5 commit 3056156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/org/labkey/test/tests/TabTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package org.labkey.test.tests;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.labkey.test.BaseWebDriverTest;
Expand Down Expand Up @@ -49,7 +50,7 @@ protected void doVerifySteps() throws Exception
}

@Override
@Test
@Ignore
public void testModuleProperties()
{
//do nothing
Expand Down

0 comments on commit 3056156

Please sign in to comment.