Skip to content

Commit

Permalink
disabling test for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eichelbe committed Aug 9, 2021
1 parent a14761e commit a530f10
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import java.util.concurrent.ExecutionException;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

import de.iip_ecosphere.platform.configuration.ConfigurationLifecycleDescriptor;
Expand Down Expand Up @@ -131,6 +132,7 @@ protected void configure(ConfigurationSetup setup) {
* @throws IOException shall not occur
*/
@Test
@Ignore("for release, is part of model")
public void testSerializerConfig1() throws ExecutionException, IOException {
File gen = new File("gen/tests/SerializerConfig1");
PlatformInstantiator.instantiate(new TestConfigurer("SerializerConfig1", new File("src/test/easy"), gen));
Expand Down

0 comments on commit a530f10

Please sign in to comment.