Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: handling broken tests per https://issues.apache.org/jira/browse/IGNITE-10178

...

Code Block
Assume.assumeFalse("https://issues.apache.org/jira/browse/IGNITE-10178", someRuntimeConditionconditionToSkip());


C. Code Inspection

Apache Ignite has settings of inspection rules that recommended to use during Ignite development. Settings can be found at <project directory>\.idea\inspectionProfiles\Project_Default.xml and will be automatically set as project default settings at first checkout.

...