diff --git a/.idea/modules.xml b/.idea/modules.xml index eb018c266d80..59319d1952a0 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -32,6 +32,7 @@ + diff --git a/community-main.iml b/community-main.iml index af3e4cf8256e..b13192ffdbc8 100644 --- a/community-main.iml +++ b/community-main.iml @@ -96,6 +96,7 @@ + diff --git a/community-tests/community-tests.iml b/community-tests/community-tests.iml new file mode 100644 index 000000000000..4b41d068f4e4 --- /dev/null +++ b/community-tests/community-tests.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/community-tests/src/tests/testGroups.properties b/community-tests/src/tests/testGroups.properties new file mode 100644 index 000000000000..96075ed68f28 --- /dev/null +++ b/community-tests/src/tests/testGroups.properties @@ -0,0 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file +[DISABLED_TESTS] +org.jetbrains.idea.svn.* +org.jetbrains.idea.svn16.*