Skip to content

Commit

Permalink
CI: test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
s373r committed Oct 10, 2024
1 parent a086e62 commit 1a46de8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ kamu_cli_execute_command_e2e_test!(
kamu_cli_execute_command_e2e_test!(
storage = inmem,
fixture = kamu_cli_e2e_repo_tests::test_inspect_schema,
extra_test_groups = "engine, ingest, datafusion"
);

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ use kamu_cli_e2e_common::prelude::*;
kamu_cli_execute_command_e2e_test!(
storage = inmem,
fixture = kamu_cli_e2e_repo_tests::test_log,
options = Options::default().with_frozen_system_time()
options = Options::default().with_frozen_system_time(),
extra_test_groups = "engine, ingest, datafusion"
);

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use kamu_cli_e2e_common::prelude::*;
kamu_cli_execute_command_e2e_test!(
storage = inmem,
fixture = kamu_cli_e2e_repo_tests::test_reset,
extra_test_groups = "engine, ingest, datafusion"
);

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

0 comments on commit 1a46de8

Please sign in to comment.