Skip to content

Commit

Permalink
remove skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Dec 20, 2024
1 parent a8613cc commit eb51f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/test_plugin_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ def plugin_install():
del container[plugins.PluginContext]


@pytest.mark.skip


def test_example_plugin() -> None:
context = run_context.current()
assert context.name == "dlt-test"
assert context.data_dir == os.path.abspath(TEST_STORAGE_ROOT)


@pytest.mark.skip
def test_cli_hook(script_runner: ScriptRunner) -> None:
# new command
result = script_runner.run(["dlt", "example", "--name", "John"])
Expand Down

0 comments on commit eb51f2e

Please sign in to comment.