ExportXMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • DevProd Test Infrastructure
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Some colleagues might be using "it.only()" while debugging a failing test, however, they don't intend to commit it (SERVER-126360 will provide another debug option).

      We can add a JavaScript linter check prohibiting the use of "it.only()" unless this is intentional and we can provide the linter exception comment like

      // eslint-disable-next-line no-it-only
      it.only("we only need to run this for now", function() {
          ...
      });
      

            Assignee:
            Unassigned
            Reporter:
            Romans Kasperovics
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: