Skip to content

Commit

Permalink
#325: Ignore callback unit tests and as TODO for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
heshamMassoud committed Nov 24, 2018
1 parent b3e4be4 commit 7c7a5a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -25,6 +25,7 @@
import io.sphere.sdk.models.LocalizedString;
import io.sphere.sdk.models.ResourceIdentifier;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import java.util.Collections;
Expand Down Expand Up @@ -137,6 +138,7 @@ public void buildActions_FromDraftsWithMultipleDifferentValues_ShouldBuildUpdate
AddAsset.of(ASSET_DRAFTS.get(1), 1));
}

@Ignore("TODO: MAKE AS IT")
@Test
public void buildActions_FromDraftsWithMultipleDifferentValuesWithFilterFunction_ShouldBuildFilteredActions() {
final CategoryDraft newCategoryDraft = CategoryDraftBuilder
Expand Down
Expand Up @@ -41,6 +41,7 @@
import io.sphere.sdk.search.SearchKeywords;
import io.sphere.sdk.utils.MoneyImpl;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import java.util.HashMap;
Expand Down Expand Up @@ -221,6 +222,7 @@ public void buildActions_FromDraftsWithMultipleDifferentValues_ShouldBuildUpdate
);
}

@Ignore("TODO: MAKE AS IT")
@Test
public void buildActions_FromDraftsWithMultipleDifferentValuesWithFilterFunction_ShouldBuildFilteredActions() {
final ProductDraft newProductDraft =
Expand Down

0 comments on commit 7c7a5a8

Please sign in to comment.