diff --git a/platform/feedback/resources/intellij.platform.feedback.xml b/platform/feedback/resources/intellij.platform.feedback.xml
index 8e9f85257de8..cc564ee4c65d 100644
--- a/platform/feedback/resources/intellij.platform.feedback.xml
+++ b/platform/feedback/resources/intellij.platform.feedback.xml
@@ -25,7 +25,7 @@
-
+
{
@RequiresBackgroundThread
internal fun isSuitableToShow(project: Project): Boolean {
- return isSuitableToShow(feedbackSurveyConfig, project)
+ return false
+ //return isSuitableToShow(feedbackSurveyConfig, project)
}
internal fun showNotification(project: Project, forTest: Boolean) {
- showNotification(this, project, forTest)
+ //showNotification(this, project, forTest)
}
}
\ No newline at end of file