Skip to content

Commit cf96a1e

Browse files
committed
Removing verify tag
1 parent 2a0ec6d commit cf96a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@
12331233
<execution>
12341234
<goals>
12351235
<goal>integration-test</goal>
1236-
<goal>verify</goal>
1236+
<!-- <goal>verify</goal>-->
12371237
</goals>
12381238
</execution>
12391239
</executions>

src/e2e-test/features/datastore/runtime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Feature: DataStore - Verification of Datastore to Datastore Successful Data Tran
2020
Given Open Datafusion Project to configure pipeline
2121
Then Select plugin: "Datastore" from the plugins list as: "Source"
2222
And Navigate to the properties page of plugin: "Datastore"
23-
Then Replace input plugin property: "project" with value: "projectId"
23+
Then Replace input plugin property: "project" with value: "prossssjectId"
2424
Then Enter input plugin property: "referenceName" with value: "ReferenceName"
2525
Then Enter key value pairs for plugin property: "filters" with values from json: "filterOptions"
2626
Then Enter kind for datastore plugin

0 commit comments

Comments
 (0)