Skip to content
Snippets Groups Projects
Commit 6435f899 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

test: remove unused testing

parent 9a33b666
No related branches found
No related tags found
No related merge requests found
Pipeline #340482 passed
......@@ -48,11 +48,11 @@ public class OaipmhUtilitiesOnline {
// ## CHANGE SETTINGS BELOW FOR SETTING TEST SCOPE ---------------------------------------------
// public static final String PROPERTIES_FILE = "oaipmh.test.textgridlab-org.properties";
public static final String PROPERTIES_FILE = "oaipmh.test.dev-textgridlab-org.properties";
public static final String PROPERTIES_FILE = "oaipmh.test.textgridlab-org.properties";
// public static final String PROPERTIES_FILE = "oaipmh.test.dev-textgridlab-org.properties";
// public static final boolean TEST_ALL_PAGES = false;
public static final boolean TEST_ALL_PAGES = true;
public static final boolean TEST_ALL_PAGES = false;
// public static final boolean TEST_ALL_PAGES = true;
// ## CHANGE SETTINGS ABOVE FOR SETTING TEST SCOPE ---------------------------------------------
......
......@@ -28,7 +28,7 @@ import info.textgrid.middleware.test.online.OaipmhUtilitiesOnline;
* @version 2022-09-28
* @since 2022-09-12
*/
// @Ignore
@Ignore
public class TestTGListRecordsOnline {
// **
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment