Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Split refresh tests to a separate package #147

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

farshidtz
Copy link
Member

@farshidtz farshidtz commented Jan 20, 2023

Fixes #117

With this change, the following command will not run the refresh tests:

go test -v --count=1 ./test/suites/edgexfoundry

But the following will:

go test -v --count=1 ./test/suites/edgexfoundry/refresh
go test -v --count=1 ./test/suites/edgexfoundry/...

As a result, the refresh tests will no longer run with the current configuration of the snap testing workflow. This is expected because we don't need to have passing tests right now as we are going through a major change upstream.

@farshidtz farshidtz requested a review from MonicaisHer January 23, 2023 09:10
Copy link
Contributor

@MonicaisHer MonicaisHer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@farshidtz Thank you, looks good!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate refresh test suites
2 participants