Skip to content

Commit

Permalink
Merge pull request #149 from cloudsoft/test-failures
Browse files Browse the repository at this point in the history
disables ToscaTypePlanTransformerIntegrationTest pending release of TOSCA-13
  • Loading branch information
richardcloudsoft authored Feb 26, 2021
2 parents a4ac4a8 + 9465d03 commit b9253ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ runtime
*.out

.checkstyle

.java-version

Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
import io.cloudsoft.tosca.a4c.brooklyn.ToscaApplication;
import io.cloudsoft.tosca.a4c.brooklyn.util.EntitySpecs;

@Test(groups="Broken") // TOSCA support is awaiting release of TOSCA-13
public class ToscaTypePlanTransformerIntegrationTest extends Alien4CloudIntegrationTest {

private static final Logger log = LoggerFactory.getLogger(ToscaTypePlanTransformerIntegrationTest.class);
Expand Down

0 comments on commit b9253ca

Please sign in to comment.