Skip to content

enable fibonacci integration test #4701

@volodya-lombrozo

Description

@volodya-lombrozo

I see the following in the eo-maven-plugin/pom.xml:

      <plugin>
        <artifactId>maven-invoker-plugin</artifactId>
        <configuration combine.self="override">
          <skipInstallation>${skipITs}</skipInstallation>
          <skipInvocation>${skipITs}</skipInvocation>
          <pomExcludes>
            <exclude>fibonacci/pom.xml</exclude>
          </pomExcludes>
        </configuration>
      </plugin>

As you can see, the fibonacci integration test is disabled. There is no comments regarding it. I believe we either should enable this test, or at least add a comment (todo) which would explain the reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions