Skip to content

Commit

Permalink
NXDRIVE-2889: Display system notification for document review: remove…
Browse files Browse the repository at this point in the history
…d app testcase
  • Loading branch information
swetayadav1 committed Apr 2, 2024
1 parent 042ddb7 commit ce92e33
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/functional/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pytest

from nxdrive.exceptions import NoAssociatedSoftware
from nxdrive.gui.application import Application

from ..markers import windows_only

Expand All @@ -30,16 +29,6 @@ def startfile(path):
manager.open_local_file("File.azerty")


def test_app_init_workflow(manager_factory):
# Trigger workflow while launching app
manager, _ = manager_factory()
with manager:

app = Application(manager)
app.init_workflow()
app.exit_app()


# This test is commented because it causes other ft tests to fails
# @Options.mock()
# def test_manager_init_failed_migrations(manager_factory, tmp_path, monkeypatch):
Expand Down

0 comments on commit ce92e33

Please sign in to comment.