Skip to content

Commit

Permalink
ignore https://github.com/molysgaard/OAM-JOSM from tagging preset int…
Browse files Browse the repository at this point in the history
…egration test because we get no answer to our pull request => molysgaard/OAM-JOSM#5

git-svn-id: https://josm.openstreetmap.de/svn/trunk@10690 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed Jul 31, 2016
1 parent 766c9c0 commit e0805f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ private static void testPresets(Set<String> allMessages, ExtendedSourceEntry sou
if (message.contains(TaggingPreset.PRESET_ICON_ERROR_MSG_PREFIX)) {
error = true;
// ignore https://github.com/yopaseopor/traffic_signs_preset_JOSM because of far too frequent missing icons errors
if (!source.url.contains("yopaseopor/traffic_signs")) {
// ignore https://github.com/molysgaard/OAM-JOSM not responding fast enough to our pull requests
if (!source.url.contains("yopaseopor/traffic_signs") && !source.url.contains("molysgaard/OAM-JOSM")) {
allMessages.add(message);
}
}
Expand Down

0 comments on commit e0805f4

Please sign in to comment.