Remove unnecessary argument in "skip_because" decorator

*func_args and **kwargs are used in wrapper function definition.
*func_args and **kwargs allow to pass a variable number of arguments
to a function, therefore, "self" argument is redundant.

Change-Id: I74fce5f58c9b8c7f630b2768a8050fc25382b14f
1 file changed