[hotfix] [rat] Add exclusion for rolling-sink snapshot This closes #3208
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9d6bf72c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9d6bf72c Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9d6bf72c Branch: refs/heads/release-1.2 Commit: 9d6bf72cfdeb69619a2b7644376e787b816dc1e8 Parents: a5ee4a0 Author: zentol <[email protected]> Authored: Wed Jan 25 13:50:17 2017 +0100 Committer: Stephan Ewen <[email protected]> Committed: Tue Jan 31 14:04:47 2017 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/9d6bf72c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 201a848..50a25f2 100644 --- a/pom.xml +++ b/pom.xml @@ -880,6 +880,7 @@ under the License. <exclude>flink-libraries/flink-table/src/test/scala/resources/*.out</exclude> <!-- snapshots --> + <exclude>flink-connectors/flink-connector-filesystem/src/test/resources/rolling-sink-migration-test-flink1.1-snapshot</exclude> <exclude>flink-connectors/flink-connector-kafka-base/src/test/resources/kafka-consumer-migration-test-flink1.1-snapshot</exclude> <exclude>flink-connectors/flink-connector-kafka-base/src/test/resources/kafka-consumer-migration-test-flink1.1-snapshot-empty-state</exclude> <exclude>flink-fs-tests/src/test/resources/monitoring-function-migration-test-1482144479339-flink1.1-snapshot</exclude>
